deprived-main-website/static/stylesheets/global.css

13 lines
233 B
CSS
Raw Normal View History

2024-02-19 17:32:49 +01:00
/* --- FONTS --- */
@font-face {
font-family: "CozetteVector";
src:
local("CozetteVector"),
url("/fonts/CozetteVector.ttf") format("truetype");
}
2024-02-15 02:08:09 +01:00
body {
color: var(--text);
background-color: var(--background);
}