mirror of
https://github.com/PluralKit/PluralKit.git
synced 2026-02-04 04:56:49 +00:00
65 lines
1.5 KiB
SCSS
65 lines
1.5 KiB
SCSS
|
|
@font-face {
|
||
|
|
font-family: 'OpenDyslexic';
|
||
|
|
src: url('/fonts/OpenDyslexic-Regular.ttf') format('truetype');
|
||
|
|
font-weight: normal;
|
||
|
|
font-style: normal;
|
||
|
|
font-display: swap;
|
||
|
|
}
|
||
|
|
|
||
|
|
@font-face {
|
||
|
|
font-family: 'OpenDyslexic';
|
||
|
|
src: url('/fonts/OpenDyslexic-BoldItalic.ttf') format('truetype');
|
||
|
|
font-weight: bold;
|
||
|
|
font-style: italic;
|
||
|
|
font-display: swap;
|
||
|
|
}
|
||
|
|
|
||
|
|
@font-face {
|
||
|
|
font-family: 'OpenDyslexic';
|
||
|
|
src: url('/fonts/OpenDyslexic-Bold.ttf') format('truetype');
|
||
|
|
font-weight: bold;
|
||
|
|
font-style: normal;
|
||
|
|
font-display: swap;
|
||
|
|
}
|
||
|
|
|
||
|
|
@font-face {
|
||
|
|
font-family: 'OpenDyslexic';
|
||
|
|
src: url('/fonts/OpenDyslexic-Italic.ttf') format('truetype');
|
||
|
|
font-weight: normal;
|
||
|
|
font-style: italic;
|
||
|
|
font-display: swap;
|
||
|
|
}
|
||
|
|
|
||
|
|
@font-face {
|
||
|
|
font-family: 'Atkinson Hyperlegible';
|
||
|
|
src: url('/fonts/AtkinsonHyperlegible-Bold.woff2') format('woff2');
|
||
|
|
font-weight: bold;
|
||
|
|
font-style: normal;
|
||
|
|
font-display: swap;
|
||
|
|
}
|
||
|
|
|
||
|
|
@font-face {
|
||
|
|
font-family: 'Atkinson Hyperlegible';
|
||
|
|
src: url('/fonts/AtkinsonHyperlegible-BoldItalic.woff2') format('woff2');
|
||
|
|
font-weight: bold;
|
||
|
|
font-style: italic;
|
||
|
|
font-display: swap;
|
||
|
|
}
|
||
|
|
|
||
|
|
@font-face {
|
||
|
|
font-family: 'Atkinson Hyperlegible';
|
||
|
|
src: url('/fonts/AtkinsonHyperlegible-Italic.woff2') format('woff2');
|
||
|
|
font-weight: normal;
|
||
|
|
font-style: italic;
|
||
|
|
font-display: swap;
|
||
|
|
}
|
||
|
|
|
||
|
|
@font-face {
|
||
|
|
font-family: 'Atkinson Hyperlegible';
|
||
|
|
src: url('/fonts/AtkinsonHyperlegible-Regular.woff2') format('woff2');
|
||
|
|
font-weight: normal;
|
||
|
|
font-style: normal;
|
||
|
|
font-display: swap;
|
||
|
|
}
|
||
|
|
|