18 lines
No EOL
422 B
CSS
18 lines
No EOL
422 B
CSS
@font-face {
|
|
font-family: "JetBrains Mono";
|
|
src: url("JetBrainsMono[wght].ttf") format("truetype");
|
|
font-weight: 100 800;
|
|
font-style: normal;
|
|
}
|
|
|
|
@font-face {
|
|
font-family: "JetBrains Mono";
|
|
src: url("JetBrainsMono-Italic[wght].ttf") format("truetype");
|
|
font-weight: 100 800;
|
|
font-style: italic;
|
|
}
|
|
|
|
/* p {
|
|
font-family: "JetBrains Mono";
|
|
font-feature-settings: "calt" 1;
|
|
} */ |