12345678910111213141516171819202122232425262728293031323334353637 |
- /* regular */
- @font-face {
- font-family: 'Iosevka Custom';
- font-weight: 400;
- font-display: swap;
- src: url(IosevkaCustom-Regular.woff2) format('woff2');
- unicode-range: U+0000-0369;
- }
- /* bold */
- @font-face {
- font-family: 'Iosevka Custom';
- font-weight: 700;
- font-display: swap;
- src: url(IosevkaCustom-Bold.woff2) format('woff2');
- unicode-range: U+0000-0369;
- }
- /* italic */
- @font-face {
- font-family: 'Iosevka Custom';
- font-style: italic;
- font-weight: 400;
- font-display: swap;
- src: url(IosevkaCustom-Italic.woff2) format('woff2');
- unicode-range: U+0000-0369;
- }
- /* bold italic */
- @font-face {
- font-family: 'Iosevka Custom';
- font-style: italic;
- font-weight: 700;
- font-display: swap;
- src: url(IosevkaCustom-BoldItalic.woff2) format('woff2');
- unicode-range: U+0000-0369;
- }
|