Organize stylesheets and themes
This commit is contained in:
parent
0f4764052f
commit
773645f5be
3 changed files with 15 additions and 11 deletions
|
@ -1,3 +1,11 @@
|
|||
/* --- FONTS --- */
|
||||
@font-face {
|
||||
font-family: "CozetteVector";
|
||||
src:
|
||||
local("CozetteVector"),
|
||||
url("/fonts/CozetteVector.ttf") format("truetype");
|
||||
}
|
||||
|
||||
body {
|
||||
color: var(--text);
|
||||
background-color: var(--background);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue