mirror of
https://git.oldgate.org/OGS/Gitea-Blurple.git
synced 2025-05-24 09:54:00 -04:00
27 lines
587 B
SCSS
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;
|
|
} |