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

23 lines
429 B
CSS

/* --- FONTS --- */
@font-face {
font-family: "CozetteVector";
src:
local("CozetteVector"),
url("/fonts/CozetteVector.ttf") format("truetype");
}
html {
background: var(--background1);
}
body {
font-family: var(--main-font);
color: var(--text1); /* Default to primary text color. */
background-color: var(--background);
}
a, a:link a:visited {
color: var(--text1);
text-decoration: none;
}