adding yet another font

This commit is contained in:
2023-10-26 00:15:03 +02:00
parent 90c316e0c8
commit 4f27d1e9e0
4 changed files with 19 additions and 0 deletions

View File

@ -92,3 +92,21 @@
font-style: normal;
font-display: swap;
}
@font-face {
font-family: 'Jet Brains';
src: url('./woff2/JetBrainsMono-Regular.woff2') format('woff2');
font-weight: normal;
font-style: normal;
font-display: swap;
}
@font-face {
font-family: 'Jet Brains';
src: url('./woff2/JetBrainsMono-Bold.woff2') format('woff2');
font-weight: 700;
font-style: normal;
font-display: swap;
}

Binary file not shown.

Binary file not shown.