updated to use sass for easier updates

I also retired the light mode theme (i.e removed it completely)
This commit is contained in:
2023-09-03 18:47:40 -07:00
parent a04b0fca1b
commit 2d32ca2e38
9 changed files with 1680 additions and 32412 deletions

View File

@ -0,0 +1,27 @@
@font-face {
font-family: 'OpenDyslexic2';
src: url('./fonts/OpenDyslexicAlta-Regular.otf');
font-weight: normal;
font-style: normal;
font-display: block;
}
@font-face {
font-family: 'OpenDyslexic2';
src: url('./fonts/OpenDyslexicAlta-Bold.otf');
font-weight: bold;
font-style: bold;
font-display: block;
}
@font-face {
font-family: 'OpenDyslexic2';
src: url('./fonts/OpenDyslexicAlta-Italic.otf');
font-weight: italic;
font-style: italic;
font-display: block;
}
:root {
--fonts-proportional: OpenDyslexic2 !important;
}