18 lines
404 B
CSS
18 lines
404 B
CSS
@font-face {
|
|
font-display: swap;
|
|
font-family: 'JetBrains Mono';
|
|
font-style: normal;
|
|
font-weight: 400;
|
|
src: url("../fonts/JetBrainsMono-Regular.woff2") format("woff2");
|
|
font-display: swap;
|
|
}
|
|
|
|
@font-face {
|
|
font-display: swap;
|
|
font-family: 'JetBrains Mono';
|
|
font-style: normal;
|
|
font-weight: 800;
|
|
src: url("../fonts/JetBrainsMono-Bold.woff2") format("woff2");
|
|
font-display: swap;
|
|
}
|