23 lines
553 B
SCSS
23 lines
553 B
SCSS
@font-face {
|
|
font-family: 'OpenDyslexic2';
|
|
src: url('/content/opendyslexic/OpenDyslexic-Regular.otf');
|
|
font-weight: normal;
|
|
font-style: normal;
|
|
font-display: swap;
|
|
}
|
|
|
|
@font-face {
|
|
font-family: 'OpenDyslexic2';
|
|
src: url('/content/opendyslexic/OpenDyslexic-Bold.otf');
|
|
font-weight: bold;
|
|
font-style: normal;
|
|
font-display: swap;
|
|
}
|
|
|
|
@font-face {
|
|
font-family: 'OpenDyslexic2';
|
|
src: url('/content/opendyslexic/OpenDyslexic-Italic.otf');
|
|
font-weight: normal;
|
|
font-style: italic;
|
|
font-display: swap;
|
|
} |