64 lines
No EOL
2.3 KiB
CSS
64 lines
No EOL
2.3 KiB
CSS
/* Meyrin Font */
|
|
@font-face {
|
|
font-family: 'Meyrin';
|
|
font-style: normal;
|
|
font-display: swap;
|
|
src: url('https://cdn.jsdelivr.net/gh/optional-is/Meyrin@master/formats/Meyrin.woff') format('woff'),
|
|
/* Modern Browsers */
|
|
url('https://cdn.jsdelivr.net/gh/optional-is/Meyrin@master/formats/Meyrin.ttf') format('truetype'),
|
|
/* Safari, Android, iOS */
|
|
url('https://cdn.jsdelivr.net/gh/optional-is/Meyrin@master/formats/Meyrin.svg#svgFontName') format('svg'),
|
|
/* Legacy iOS */
|
|
url('https://cdn.jsdelivr.net/gh/optional-is/Meyrin@master/formats/Meyrin.eot') format('embedded-opentype'),
|
|
/* IE9 Compatibility Mode */
|
|
url('https://cdn.jsdelivr.net/gh/optional-is/Meyrin@master/formats/Meyrin.eot?#iefix') format('embedded-opentype');
|
|
/* IE6-IE8 */
|
|
}
|
|
|
|
/* JetBrains Mono normal Font */
|
|
@font-face {
|
|
font-family: 'JetBrains Mono';
|
|
/* Variable font */
|
|
font-style: normal;
|
|
font-weight: 100 900;
|
|
font-display: swap;
|
|
src: url('https://cdn.jsdelivr.net/gh/JetBrains/JetBrainsMono@master/fonts/variable/JetBrainsMono%5Bwght%5D.woff2') format('woff2');
|
|
src: url('https://cdn.jsdelivr.net/gh/JetBrains/JetBrainsMono@master/fonts/variable/JetBrainsMono%5Bwght%5D.ttf') format('truetype');
|
|
}
|
|
|
|
/* JetBrains Mono italic Font */
|
|
@font-face {
|
|
font-family: 'JetBrains Mono';
|
|
/* Variable font */
|
|
font-style: italic;
|
|
font-weight: 100 900;
|
|
font-display: swap;
|
|
src: url('https://cdn.jsdelivr.net/gh/JetBrains/JetBrainsMono@master/fonts/variable/JetBrainsMono-Italic%5Bwght%5D.woff2') format('woff2');
|
|
src: url('https://cdn.jsdelivr.net/gh/JetBrains/JetBrainsMono@master/fonts/variable/JetBrainsMono-Italic%5Bwght%5D.ttf') format('truetype');
|
|
}
|
|
|
|
/* FixedSysExcelsior Font */
|
|
@font-face {
|
|
font-family: 'FixedSysExcelsior';
|
|
font-style: normal;
|
|
font-display: swap;
|
|
src: url('https://github.com/kika/fixedsys/releases/download/v3.02.9/FSEX302.ttf') format('truetype');
|
|
}
|
|
|
|
/* InterVariable normal Font */
|
|
@font-face {
|
|
font-family: InterVariable;
|
|
font-style: normal;
|
|
font-weight: 100 900;
|
|
font-display: swap;
|
|
src: url('https://rsms.me/inter/font-files/InterVariable.woff2?v=4.0') format('woff2');
|
|
}
|
|
|
|
/* InterVariable italic Font */
|
|
@font-face {
|
|
font-family: InterVariable;
|
|
font-style: italic;
|
|
font-weight: 100 900;
|
|
font-display: swap;
|
|
src: url('https://rsms.me/inter/font-files/InterVariable-Italic.woff2?v=4.0') format('woff2');
|
|
} |