2022-10-19 03:12:12 +00:00
|
|
|
@font-face {
|
|
|
|
font-family: "Unifont";
|
|
|
|
src: local("Unifont"),
|
|
|
|
url(https://cynosphere.gitlab.io/Customizations/discord/assets/unifont-14.0.01.ttf)
|
|
|
|
format("truetype");
|
|
|
|
font-weight: normal;
|
|
|
|
font-style: normal;
|
|
|
|
}
|
|
|
|
|
|
|
|
@font-face {
|
|
|
|
font-family: "Unifont";
|
|
|
|
src: local("Unifont"),
|
|
|
|
url(https://cynosphere.gitlab.io/Customizations/discord/assets/unifont-14.0.01.ttf)
|
|
|
|
format("truetype");
|
|
|
|
font-weight: normal;
|
|
|
|
font-style: normal;
|
|
|
|
}
|
|
|
|
|
|
|
|
@font-face {
|
|
|
|
font-family: "Terminus (TTF)";
|
|
|
|
src: local("Terminus (TTF)"),
|
|
|
|
url(https://cynosphere.gitlab.io/Customizations/discord/assets/TerminusTTF-4.47.0.ttf)
|
|
|
|
format("truetype");
|
|
|
|
font-weight: normal;
|
|
|
|
font-style: normal;
|
|
|
|
}
|
|
|
|
@font-face {
|
|
|
|
font-family: "Terminus (TTF)";
|
|
|
|
src: local("Terminus (TTF)"),
|
|
|
|
url(https://cynosphere.gitlab.io/Customizations/discord/assets/TerminusTTF-Bold-4.47.0.ttf)
|
|
|
|
format("truetype");
|
|
|
|
font-weight: bold;
|
|
|
|
font-style: normal;
|
|
|
|
}
|
|
|
|
@font-face {
|
|
|
|
font-family: "Terminus (TTF)";
|
|
|
|
src: local("Terminus (TTF)"),
|
|
|
|
url(https://cynosphere.gitlab.io/Customizations/discord/assets/TerminusTTF-Bold%20Italic-4.47.0.ttf)
|
|
|
|
format("truetype");
|
|
|
|
font-weight: bold;
|
|
|
|
font-style: italic;
|
|
|
|
}
|
|
|
|
@font-face {
|
|
|
|
font-family: "Terminus (TTF)";
|
|
|
|
src: local("Terminus (TTF)"),
|
|
|
|
url(https://cynosphere.gitlab.io/Customizations/discord/assets/TerminusTTF-Italic-4.47.0.ttf)
|
|
|
|
format("truetype");
|
|
|
|
font-weight: normal;
|
|
|
|
font-style: italic;
|
|
|
|
}
|
|
|
|
|
2023-03-18 04:34:32 +00:00
|
|
|
:root,
|
2022-10-19 03:12:12 +00:00
|
|
|
.theme-dark,
|
2023-03-18 04:34:32 +00:00
|
|
|
.theme-light {
|
|
|
|
--font-primary: "UnifontBitmap", "Unifont Windows", "Unifont", monospace,
|
|
|
|
"Twemoji" !important;
|
|
|
|
--font-display: "UnifontBitmap", "Unifont Windows", "Unifont", monospace,
|
|
|
|
"Twemoji" !important;
|
2023-03-15 03:28:45 +00:00
|
|
|
--font-code: "Terminus (TTF) for Windows", "Terminus (TTF)", "Sazanami Gothic",
|
|
|
|
"UnifontBitmap", "Unifont Windows", "Unifont", monospace !important;
|
2022-10-19 03:12:12 +00:00
|
|
|
}
|
|
|
|
|
2023-05-11 02:51:03 +00:00
|
|
|
.sjis {
|
|
|
|
font-family: "Sazanami Gothic" !important;
|
|
|
|
}
|
|
|
|
|
2023-03-18 04:34:32 +00:00
|
|
|
[class*="menu-"] [class^="item-"],
|
2022-10-19 03:12:12 +00:00
|
|
|
[class^="containerDefault-"] [class^="name-"],
|
|
|
|
[class^="membersGroup-"] {
|
|
|
|
font-size: 16px;
|
|
|
|
text-transform: none;
|
|
|
|
font-weight: 500;
|
2022-10-19 03:28:08 +00:00
|
|
|
}
|