Create OldDiscordFont.theme.css

This commit is contained in:
Lee 2022-12-09 01:16:40 +00:00 committed by GitHub
parent a5b2467a1e
commit b7858185e3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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");
}