mirror of
https://github.com/evlic/typora_theme.git
synced 2024-11-24 22:32:09 +08:00
32 lines
850 B
CSS
32 lines
850 B
CSS
|
@font-face{
|
||
|
font-family: 'JetBrains Mono';
|
||
|
src: local('JetBrains Mono'),
|
||
|
url('./JetBrainsMono-Regular.woff2') format('woff2');
|
||
|
font-display: swap;
|
||
|
font-weight: normal;
|
||
|
font-style: normal;
|
||
|
}
|
||
|
@font-face{
|
||
|
font-family: 'JetBrains Mono';
|
||
|
src: local('JetBrains Mono'),
|
||
|
url('./JetBrainsMono-Italic.woff2') format('woff2');
|
||
|
font-display: swap;
|
||
|
font-weight: normal;
|
||
|
font-style: italic;
|
||
|
}
|
||
|
@font-face{
|
||
|
font-family: 'JetBrains Mono';
|
||
|
src: local('JetBrains Mono'),
|
||
|
url('./JetBrainsMono-Bold.woff2') format('woff2');
|
||
|
font-display: swap;
|
||
|
font-weight: bold;
|
||
|
font-style: normal;
|
||
|
}
|
||
|
@font-face{
|
||
|
font-family: 'JetBrains Mono';
|
||
|
src: local('JetBrains Mono'),
|
||
|
url('./JetBrainsMono-BoldItalic.woff2') format('woff2');
|
||
|
font-display: swap;
|
||
|
font-weight: bold;
|
||
|
font-style: italic;
|
||
|
}
|