21 lines
514 B
CSS
21 lines
514 B
CSS
/* JetBrains Mono font - Local version */
|
|
@font-face {
|
|
font-family: 'JetBrains Mono';
|
|
font-style: normal;
|
|
font-weight: 400;
|
|
src: url('../fonts/jetbrainsmono-regular.woff2') format('woff2');
|
|
}
|
|
|
|
@font-face {
|
|
font-family: 'JetBrains Mono';
|
|
font-style: normal;
|
|
font-weight: 500;
|
|
src: url('../fonts/jetbrainsmono-medium.woff2') format('woff2');
|
|
}
|
|
|
|
@font-face {
|
|
font-family: 'JetBrains Mono';
|
|
font-style: normal;
|
|
font-weight: 700;
|
|
src: url('../fonts/jetbrainsmono-bold.woff2') format('woff2');
|
|
} |