241 lines
7.8 KiB
CSS
241 lines
7.8 KiB
CSS
|
/* Copyright 2021 Chechkenev Andrey, MIT License
|
||
|
*
|
||
|
* JetBrains Mono
|
||
|
* Font-Face CSS File by DarkCat09
|
||
|
*/
|
||
|
|
||
|
@font-face {
|
||
|
font-family: 'JetBrains Mono', monospace;
|
||
|
src: url('../jbmono/fonts/webfonts/JetBrainsMono-Thin.woff2') format('woff'),
|
||
|
url('../jbmono/fonts/ttf/JetBrainsMono-Thin.ttf') format('truetype');
|
||
|
font-weight: 100;
|
||
|
font-style: normal;
|
||
|
font-variant-ligatures: normal;
|
||
|
}
|
||
|
|
||
|
@font-face {
|
||
|
font-family: 'JetBrains Mono', monospace;
|
||
|
src: url('../jbmono/fonts/webfonts/JetBrainsMono-ThinItalic.woff2') format('woff'),
|
||
|
url('../jbmono/fonts/ttf/JetBrainsMono-ThinItalic.ttf') format('truetype');
|
||
|
font-weight: 100;
|
||
|
font-style: italic;
|
||
|
font-variant-ligatures: normal;
|
||
|
}
|
||
|
|
||
|
@font-face {
|
||
|
font-family: 'JetBrains Mono', monospace;
|
||
|
src: url('../jbmono/fonts/webfonts/JetBrainsMono-ExtraLight.woff2') format('woff'),
|
||
|
url('../jbmono/fonts/ttf/JetBrainsMono-ExtraLight.ttf') format('truetype');
|
||
|
font-weight: 200;
|
||
|
font-style: normal;
|
||
|
font-variant-ligatures: normal;
|
||
|
}
|
||
|
|
||
|
@font-face {
|
||
|
font-family: 'JetBrains Mono', monospace;
|
||
|
src: url('../jbmono/fonts/webfonts/JetBrainsMono-ExtraLightItalic.woff2') format('woff'),
|
||
|
url('../jbmono/fonts/ttf/JetBrainsMono-ExtraLightItalic.ttf') format('truetype');
|
||
|
font-weight: 200;
|
||
|
font-style: italic;
|
||
|
font-variant-ligatures: normal;
|
||
|
}
|
||
|
|
||
|
@font-face {
|
||
|
font-family: 'JetBrains Mono', monospace;
|
||
|
src: url('../jbmono/fonts/webfonts/JetBrainsMono-Light.woff2') format('woff'),
|
||
|
url('../jbmono/fonts/ttf/JetBrainsMono-Light.ttf') format('truetype');
|
||
|
font-weight: 300;
|
||
|
font-style: normal;
|
||
|
font-variant-ligatures: normal;
|
||
|
}
|
||
|
|
||
|
@font-face {
|
||
|
font-family: 'JetBrains Mono', monospace;
|
||
|
src: url('../jbmono/fonts/webfonts/JetBrainsMono-LightItalic.woff2') format('woff'),
|
||
|
url('../jbmono/fonts/ttf/JetBrainsMono-LightItalic.ttf') format('truetype');
|
||
|
font-weight: 300;
|
||
|
font-style: italic;
|
||
|
font-variant-ligatures: normal;
|
||
|
}
|
||
|
|
||
|
@font-face {
|
||
|
font-family: 'JetBrains Mono', monospace;
|
||
|
src: url('../jbmono/fonts/webfonts/JetBrainsMono-Regular.woff2') format('woff'),
|
||
|
url('../jbmono/fonts/ttf/JetBrainsMono-Regular.ttf') format('truetype');
|
||
|
font-weight: 400;
|
||
|
font-style: normal;
|
||
|
font-variant-ligatures: normal;
|
||
|
}
|
||
|
|
||
|
@font-face {
|
||
|
font-family: 'JetBrains Mono', monospace;
|
||
|
src: url('../jbmono/fonts/webfonts/JetBrainsMono-Medium.woff2') format('woff'),
|
||
|
url('../jbmono/fonts/ttf/JetBrainsMono-Medium.ttf') format('truetype');
|
||
|
font-weight: 500;
|
||
|
font-style: normal;
|
||
|
font-variant-ligatures: normal;
|
||
|
}
|
||
|
|
||
|
@font-face {
|
||
|
font-family: 'JetBrains Mono', monospace;
|
||
|
src: url('../jbmono/fonts/webfonts/JetBrainsMono-MediumItalic.woff2') format('woff'),
|
||
|
url('../jbmono/fonts/ttf/JetBrainsMono-MediumItalic.ttf') format('truetype');
|
||
|
font-weight: 500;
|
||
|
font-style: italic;
|
||
|
font-variant-ligatures: normal;
|
||
|
}
|
||
|
|
||
|
@font-face {
|
||
|
font-family: 'JetBrains Mono', monospace;
|
||
|
src: url('../jbmono/fonts/webfonts/JetBrainsMono-Bold.woff2') format('woff'),
|
||
|
url('../jbmono/fonts/ttf/JetBrainsMono-Bold.ttf') format('truetype');
|
||
|
font-weight: 700;
|
||
|
font-style: normal;
|
||
|
font-variant-ligatures: normal;
|
||
|
}
|
||
|
|
||
|
@font-face {
|
||
|
font-family: 'JetBrains Mono', monospace;
|
||
|
src: url('../jbmono/fonts/webfonts/JetBrainsMono-BoldItalic.woff2') format('woff'),
|
||
|
url('../jbmono/fonts/ttf/JetBrainsMono-BoldItalic.ttf') format('truetype');
|
||
|
font-weight: 700;
|
||
|
font-style: italic;
|
||
|
font-variant-ligatures: normal;
|
||
|
}
|
||
|
|
||
|
@font-face {
|
||
|
font-family: 'JetBrains Mono', monospace;
|
||
|
src: url('../jbmono/fonts/webfonts/JetBrainsMono-ExtraBold.woff2') format('woff'),
|
||
|
url('../jbmono/fonts/ttf/JetBrainsMono-ExtraBold.ttf') format('truetype');
|
||
|
font-weight: 800;
|
||
|
font-style: normal;
|
||
|
font-variant-ligatures: normal;
|
||
|
}
|
||
|
|
||
|
@font-face {
|
||
|
font-family: 'JetBrains Mono', monospace;
|
||
|
src: url('../jbmono/fonts/webfonts/JetBrainsMono-ExtraBoldItalic.woff2') format('woff'),
|
||
|
url('../jbmono/fonts/ttf/JetBrainsMono-ExtraBoldItalic.ttf') format('truetype');
|
||
|
font-weight: 800;
|
||
|
font-style: italic;
|
||
|
font-variant-ligatures: normal;
|
||
|
}
|
||
|
|
||
|
/* No Ligatures */
|
||
|
@font-face {
|
||
|
font-family: 'JetBrains Mono', monospace;
|
||
|
src: url('../jbmono/fonts/webfonts/JetBrainsMono-Thin.woff2') format('woff'),
|
||
|
url('../jbmono/fonts/ttf/JetBrainsMonoNL-Thin.ttf') format('truetype');
|
||
|
font-weight: 100;
|
||
|
font-style: normal;
|
||
|
font-variant-ligatures: none;
|
||
|
}
|
||
|
|
||
|
@font-face {
|
||
|
font-family: 'JetBrains Mono', monospace;
|
||
|
src: url('../jbmono/fonts/webfonts/JetBrainsMono-ThinItalic.woff2') format('woff'),
|
||
|
url('../jbmono/fonts/ttf/JetBrainsMonoNL-ThinItalic.ttf') format('truetype');
|
||
|
font-weight: 100;
|
||
|
font-style: italic;
|
||
|
font-variant-ligatures: none;
|
||
|
}
|
||
|
|
||
|
@font-face {
|
||
|
font-family: 'JetBrains Mono', monospace;
|
||
|
src: url('../jbmono/fonts/webfonts/JetBrainsMono-ExtraLight.woff2') format('woff'),
|
||
|
url('../jbmono/fonts/ttf/JetBrainsMonoNL-ExtraLight.ttf') format('truetype');
|
||
|
font-weight: 200;
|
||
|
font-style: normal;
|
||
|
font-variant-ligatures: none;
|
||
|
}
|
||
|
|
||
|
@font-face {
|
||
|
font-family: 'JetBrains Mono', monospace;
|
||
|
src: url('../jbmono/fonts/webfonts/JetBrainsMono-ExtraLightItalic.woff2') format('woff'),
|
||
|
url('../jbmono/fonts/ttf/JetBrainsMonoNL-ExtraLightItalic.ttf') format('truetype');
|
||
|
font-weight: 200;
|
||
|
font-style: italic;
|
||
|
font-variant-ligatures: none;
|
||
|
}
|
||
|
|
||
|
@font-face {
|
||
|
font-family: 'JetBrains Mono', monospace;
|
||
|
src: url('../jbmono/fonts/webfonts/JetBrainsMono-Light.woff2') format('woff'),
|
||
|
url('../jbmono/fonts/ttf/JetBrainsMonoNL-Light.ttf') format('truetype');
|
||
|
font-weight: 300;
|
||
|
font-style: normal;
|
||
|
font-variant-ligatures: none;
|
||
|
}
|
||
|
|
||
|
@font-face {
|
||
|
font-family: 'JetBrains Mono', monospace;
|
||
|
src: url('../jbmono/fonts/webfonts/JetBrainsMono-LightItalic.woff2') format('woff'),
|
||
|
url('../jbmono/fonts/ttf/JetBrainsMonoNL-LightItalic.ttf') format('truetype');
|
||
|
font-weight: 300;
|
||
|
font-style: italic;
|
||
|
font-variant-ligatures: none;
|
||
|
}
|
||
|
|
||
|
@font-face {
|
||
|
font-family: 'JetBrains Mono', monospace;
|
||
|
src: url('../jbmono/fonts/webfonts/JetBrainsMono-Regular.woff2') format('woff'),
|
||
|
url('../jbmono/fonts/ttf/JetBrainsMonoNL-Regular.ttf') format('truetype');
|
||
|
font-weight: 400;
|
||
|
font-style: normal;
|
||
|
font-variant-ligatures: none;
|
||
|
}
|
||
|
|
||
|
@font-face {
|
||
|
font-family: 'JetBrains Mono', monospace;
|
||
|
src: url('../jbmono/fonts/webfonts/JetBrainsMono-Medium.woff2') format('woff'),
|
||
|
url('../jbmono/fonts/ttf/JetBrainsMonoNL-Medium.ttf') format('truetype');
|
||
|
font-weight: 500;
|
||
|
font-style: normal;
|
||
|
font-variant-ligatures: none;
|
||
|
}
|
||
|
|
||
|
@font-face {
|
||
|
font-family: 'JetBrains Mono', monospace;
|
||
|
src: url('../jbmono/fonts/webfonts/JetBrainsMono-MediumItalic.woff2') format('woff'),
|
||
|
url('../jbmono/fonts/ttf/JetBrainsMonoNL-MediumItalic.ttf') format('truetype');
|
||
|
font-weight: 500;
|
||
|
font-style: italic;
|
||
|
font-variant-ligatures: none;
|
||
|
}
|
||
|
|
||
|
@font-face {
|
||
|
font-family: 'JetBrains Mono', monospace;
|
||
|
src: url('../jbmono/fonts/webfonts/JetBrainsMono-Bold.woff2') format('woff'),
|
||
|
url('../jbmono/fonts/ttf/JetBrainsMonoNL-Bold.ttf') format('truetype');
|
||
|
font-weight: 700;
|
||
|
font-style: normal;
|
||
|
font-variant-ligatures: none;
|
||
|
}
|
||
|
|
||
|
@font-face {
|
||
|
font-family: 'JetBrains Mono', monospace;
|
||
|
src: url('../jbmono/fonts/webfonts/JetBrainsMono-BoldItalic.woff2') format('woff'),
|
||
|
url('../jbmono/fonts/ttf/JetBrainsMonoNL-BoldItalic.ttf') format('truetype');
|
||
|
font-weight: 700;
|
||
|
font-style: italic;
|
||
|
font-variant-ligatures: none;
|
||
|
}
|
||
|
|
||
|
@font-face {
|
||
|
font-family: 'JetBrains Mono', monospace;
|
||
|
src: url('../jbmono/fonts/webfonts/JetBrainsMono-ExtraBold.woff2') format('woff'),
|
||
|
url('../jbmono/fonts/ttf/JetBrainsMonoNL-ExtraBold.ttf') format('truetype');
|
||
|
font-weight: 800;
|
||
|
font-style: normal;
|
||
|
font-variant-ligatures: none;
|
||
|
}
|
||
|
|
||
|
@font-face {
|
||
|
font-family: 'JetBrains Mono', monospace;
|
||
|
src: url('../jbmono/fonts/webfonts/JetBrainsMono-ExtraBoldItalic.woff2') format('woff'),
|
||
|
url('../jbmono/fonts/ttf/JetBrainsMonoNL-ExtraBoldItalic.ttf') format('truetype');
|
||
|
font-weight: 800;
|
||
|
font-style: italic;
|
||
|
font-variant-ligatures: none;
|
||
|
}
|