Gitea-Blurple/templates/scss/partials/_dyslexia_calls.scss
Sophia Atkinson 2d32ca2e38 updated to use sass for easier updates
I also retired the light mode theme (i.e removed it completely)
2023-09-03 18:47:40 -07:00

27 lines
587 B
SCSS

@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;
}