xmc/modular/font/the_funny_(alternate_monosp...

28 lines
658 B
CSS
Raw Normal View History

2022-10-19 03:12:12 +00:00
@font-face {
font-family: "Untyped";
2023-10-26 20:11:23 +00:00
src:
local("Untyped"),
2022-10-19 03:12:12 +00:00
url(https://cynosphere.gitlab.io/Customizations/discord/assets/untyped.ttf)
format("truetype");
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: "Pointfree";
2023-10-26 20:11:23 +00:00
src:
local("Pointfree"),
2022-10-19 03:12:12 +00:00
url(https://cynosphere.gitlab.io/Customizations/discord/assets/pointfree.ttf)
format("truetype");
font-weight: normal;
font-style: normal;
}
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 {
2022-10-19 03:12:12 +00:00
--font-primary: "Comic Sans MS", cursive !important;
--font-display: "Comic Sans MS", cursive !important;
--font-code: "Untyped", "Pointfree", monospace !important;
2022-10-19 03:28:08 +00:00
}