Create OldDiscordFont.theme.css
This commit is contained in:
parent
a5b2467a1e
commit
b7858185e3
85
OldDiscordFont.theme.css
Normal file
85
OldDiscordFont.theme.css
Normal file
@ -0,0 +1,85 @@
|
||||
/**
|
||||
* @name OldDiscordFont
|
||||
* @author Fascinated#4719
|
||||
* @description Revert the new ugly font to the old one
|
||||
* @version 1.0.0
|
||||
* @source https://github.com/RealFascinated/OldDiscordFont
|
||||
*/
|
||||
|
||||
:root {
|
||||
--font-primary: Whitney, gg sans, "Helvetica Neue", Helvetica, Arial,
|
||||
sans-serif !important;
|
||||
--font-display: Whitney, gg sans, "Helvetica Neue", Helvetica, Arial,
|
||||
sans-serif !important;
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: Whitney;
|
||||
font-style: normal;
|
||||
font-weight: 300;
|
||||
src: url(https://cdn.fascinated.cc/fonts/whitney-normal-300.woff2)
|
||||
format("woff2");
|
||||
}
|
||||
@font-face {
|
||||
font-family: Whitney;
|
||||
font-style: italic;
|
||||
font-weight: 300;
|
||||
src: url(https://cdn.fascinated.cc/fonts/whitney-italic-300.woff2)
|
||||
format("woff2");
|
||||
}
|
||||
@font-face {
|
||||
font-family: Whitney;
|
||||
font-style: normal;
|
||||
font-weight: 400;
|
||||
src: url(https://cdn.fascinated.cc/fonts/whitney-normal-400.woff2)
|
||||
format("woff2");
|
||||
}
|
||||
@font-face {
|
||||
font-family: Whitney;
|
||||
font-style: italic;
|
||||
font-weight: 400;
|
||||
src: url(https://cdn.fascinated.cc/fonts/whitney-italic-400.woff2)
|
||||
format("woff2");
|
||||
}
|
||||
@font-face {
|
||||
font-family: Whitney;
|
||||
font-style: normal;
|
||||
font-weight: 500;
|
||||
src: url(https://cdn.fascinated.cc/fonts/whitney-normal-500.woff2)
|
||||
format("woff2");
|
||||
}
|
||||
@font-face {
|
||||
font-family: Whitney;
|
||||
font-style: italic;
|
||||
font-weight: 500;
|
||||
src: url(https://cdn.fascinated.cc/fonts/whitney-italic-500.woff2)
|
||||
format("woff2");
|
||||
}
|
||||
@font-face {
|
||||
font-family: Whitney;
|
||||
font-style: normal;
|
||||
font-weight: 600;
|
||||
src: url(https://cdn.fascinated.cc/fonts/whitney-normal-600.woff2)
|
||||
format("woff2");
|
||||
}
|
||||
@font-face {
|
||||
font-family: Whitney;
|
||||
font-style: italic;
|
||||
font-weight: 600;
|
||||
src: url(https://cdn.fascinated.cc/fonts/whitney-italic-600.woff2)
|
||||
format("woff2");
|
||||
}
|
||||
@font-face {
|
||||
font-family: Whitney;
|
||||
font-style: normal;
|
||||
font-weight: 700;
|
||||
src: url(https://cdn.fascinated.cc/fonts/whitney-normal-700.woff2)
|
||||
format("woff2");
|
||||
}
|
||||
@font-face {
|
||||
font-family: Whitney;
|
||||
font-style: italic;
|
||||
font-weight: 700;
|
||||
src: url(https://cdn.fascinated.cc/fonts/whitney-italic-700.woff2)
|
||||
format("woff2");
|
||||
}
|
Reference in New Issue
Block a user