move fonts to different file

This commit is contained in:
nelle 2024-08-05 00:57:53 -06:00
parent 990f223a14
commit f9613c42e2
2 changed files with 10 additions and 10 deletions

View file

@ -0,0 +1,9 @@
@font-face {
font-family: terminess-nf;
src: url(../fonts/TerminessNerdFont-Regular.ttf);
}
@font-face {
font-family: standardGalactic;
src: url(../fonts/galactic.ttf);
}

View file

@ -1,16 +1,7 @@
@import "color-scheme.css";
@import "classes.css";
@font-face {
font-family: terminess-nf;
src: url(../fonts/TerminessNerdFont-Regular.ttf);
}
@font-face {
font-family: standardGalactic;
src: url(../fonts/galactic.ttf);
}
@import "fonts.css";
:root {
font-size: 20px;