Make discord use whitney
Whitney by pitust
Details
Authorpitust
License0bsd
Categorydiscord.com
Created
Updated
Size2.5 kB
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name Whitney
@namespace github.com/openstyles/stylus
@version 1.0.0
@description nuff said
@author pitust
==/UserStyle== */
@-moz-document domain("discord.com") {
@font-face {
font-family: 'Whitney';
src: url('https://assets.website-files.com/5f8dd67f8fdd6f51f0b50904/6283d8f296b075b0bb42ca3e_whitney-600-semibold.woff2') format('woff2');
font-weight: 600;
font-style: normal;
font-display: swap;
}
@font-face {
font-family: 'Whitney';
src: url('https://assets.website-files.com/5f8dd67f8fdd6f51f0b50904/6283d8f29dc545f5dddbd012_whitney-500-medium.woff2') format('woff2');
font-weight: 500;
font-style: normal;
font-display: swap;
}
@font-face {
font-family: 'Whitney';
src: url('https://assets.website-files.com/5f8dd67f8fdd6f51f0b50904/6283d8f21ab2e0c3aa44cfa4_whitney-700-bold.woff2') format('woff2');
font-weight: 700;
font-style: normal;
font-display: swap;
}
@font-face {
font-family: 'Whitney';
src: url('https://assets.website-files.com/5f8dd67f8fdd6f51f0b50904/6283d8f33fd287f78ac71bb5_whitney-400-normal.woff2') format('woff2');
font-weight: 400;
font-style: normal;
font-display: swap;
}
@font-face {
font-family: 'Whitney Medium';
src: url('https://assets.website-files.com/5f8dd67f8fdd6f51f0b50904/5f8de6195c0cbd20017311e0_Whitney-Medium-Bas.otf') format('opentype');
font-weight: 500;
font-style: normal;
font-display: swap;
}
@font-face {
font-family: 'Whitney Semibold';
src: url('https://assets.website-files.com/5f8dd67f8fdd6f51f0b50904/5f8de61998a9d71d5720bdb3_Whitney-Semibold-Bas.otf') format('opentype');
font-weight: 600;
font-style: normal;
font-display: swap;
}
@font-face {
font-family: 'Whitney Bold';
src: url('https://assets.website-files.com/5f8dd67f8fdd6f51f0b50904/5f8de6194d4fe9404ec11d3d_Whitney-Bold-Bas.otf') format('opentype');
font-weight: 700;
font-style: normal;
font-display: swap;
}
@font-face {
font-family: 'Whitney Book';
src: url('https://assets.website-files.com/5f8dd67f8fdd6f51f0b50904/5f8de619eb56ff16617e37c9_Whitney-Book-Bas.otf') format('opentype');
font-weight: 400;
font-style: normal;
font-display: swap;
}
body {
--font-primary: Whitney;
--font-code: ComicCode;
}
}