Reviewed-on: https://gitea.deprived.dev/Sveskejuice/deprived-main-website/pulls/1 Co-authored-by: Sveske_Juice <carl.benjamin.dreyer@gmail.com> Co-committed-by: Sveske_Juice <carl.benjamin.dreyer@gmail.com>
13 lines
233 B
CSS
13 lines
233 B
CSS
/* --- FONTS --- */
|
|
@font-face {
|
|
font-family: "CozetteVector";
|
|
src:
|
|
local("CozetteVector"),
|
|
url("/fonts/CozetteVector.ttf") format("truetype");
|
|
}
|
|
|
|
body {
|
|
color: var(--text);
|
|
background-color: var(--background);
|
|
}
|