47 lines
1.0 KiB
CSS
47 lines
1.0 KiB
CSS
@font-face {
|
|
font-family: 'JetBrains';
|
|
font-weight: normal;
|
|
font-style: normal;
|
|
src: url('JetBrainsMono-Regular.woff2') format('woff2');
|
|
}
|
|
|
|
@font-face {
|
|
font-family: 'JetBrains';
|
|
font-weight: normal;
|
|
font-style: italic;
|
|
src: local('JetBrainsMono'),
|
|
url('JetBrainsMono-Italic.woff2') format('woff2');
|
|
}
|
|
|
|
@font-face {
|
|
font-family: 'JetBrains';
|
|
font-weight: 200;
|
|
font-style: normal;
|
|
src: local('JetBrainsMono'),
|
|
url('JetBrainsMono-Light.woff2') format('woff2');
|
|
}
|
|
|
|
@font-face {
|
|
font-family: 'JetBrains';
|
|
font-weight: 200;
|
|
font-style: italic;
|
|
src: local('JetBrainsMono'),
|
|
url('JetBrainsMono-LightItalic.woff2') format('woff2');
|
|
}
|
|
|
|
@font-face {
|
|
font-family: 'JetBrains';
|
|
font-weight: bold;
|
|
font-style: normal;
|
|
src: local('JetBrainsMono'),
|
|
url('JetBrainsMono-Bold.woff2') format('woff2');
|
|
}
|
|
|
|
@font-face {
|
|
font-family: 'JetBrains';
|
|
font-weight: bold;
|
|
font-style: italic;
|
|
src: local('JetBrainsMono'),
|
|
url('JetBrainsMono-BoldItalic.woff2') format('woff2');
|
|
}
|