| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859 |
- /*
- Custom Fonts for DarkFi
- */
- @font-face {
- font-family: 'IosevkaCustom';
- src: url('../fonts/IosevkaCustom-Condensed.woff2') format('woff2');
- font-weight: 400;
- font-style: normal;
- font-display: swap;
- }
- @font-face {
- font-family: 'IosevkaCustomLight';
- src: url('../fonts/IosevkaCustom-CondensedLight.woff2') format('woff2');
- font-weight: 300;
- font-style: normal;
- font-display: swap;
- }
- @font-face {
- font-family: 'IBMPlexMono';
- src: url('../fonts/IBMPlexMono-Regular.woff') format('woff');
- font-weight: 400;
- font-style: normal;
- font-display: swap;
- }
- @font-face {
- font-family: 'Inter';
- src: url('../fonts/Inter-Regular.woff2') format('woff2');
- font-weight: 400;
- font-style: normal;
- font-display: swap;
- }
- @font-face {
- font-family: 'Inter';
- src: url('../fonts/Inter-Bold.woff2') format('woff2');
- font-weight: 700;
- font-style: normal;
- font-display: swap;
- }
- @font-face {
- font-family: 'Inter';
- src: url('../fonts/Inter-Italic.woff2') format('woff2');
- font-weight: 400;
- font-style: italic;
- font-display: swap;
- }
- @font-face {
- font-family: 'InterDisplay';
- src: url('../fonts/InterDisplay-Black.woff2') format('woff2');
- font-weight: 900;
- font-style: normal;
- font-display: swap;
- }
|