mirror of
https://gitlab.com/Cynosphere/xmc.git
synced 2024-08-14 22:57:03 +00:00
24 lines
636 B
CSS
24 lines
636 B
CSS
@font-face {
|
|
font-family: "Untyped";
|
|
src: local("Untyped"),
|
|
url(https://cynosphere.gitlab.io/Customizations/discord/assets/untyped.ttf)
|
|
format("truetype");
|
|
font-weight: normal;
|
|
font-style: normal;
|
|
}
|
|
|
|
@font-face {
|
|
font-family: "Pointfree";
|
|
src: local("Pointfree"),
|
|
url(https://cynosphere.gitlab.io/Customizations/discord/assets/pointfree.ttf)
|
|
format("truetype");
|
|
font-weight: normal;
|
|
font-style: normal;
|
|
}
|
|
|
|
.theme-dark,
|
|
:root {
|
|
--font-primary: "Comic Sans MS", cursive !important;
|
|
--font-display: "Comic Sans MS", cursive !important;
|
|
--font-code: "Untyped", "Pointfree", monospace !important;
|
|
}
|