Added hex font

This commit is contained in:
2026-03-20 15:58:56 +01:00
parent db8ca8247b
commit f04afeb5fb
2 changed files with 21 additions and 2 deletions

View File

@@ -6,3 +6,10 @@
background-color: #071c2dff;
color: #071c2dff;
}
.jb-mono {
font-family: "JetBrains Mono", monospace;
font-optical-sizing: auto;
font-weight: 900;
font-style: normal;
}