diff --git a/extras/JetBrainsMono-Regular.woff2 b/extras/JetBrainsMono-Regular.woff2 new file mode 100644 index 0000000..8c862e3 Binary files /dev/null and b/extras/JetBrainsMono-Regular.woff2 differ diff --git a/extras/JetBrainsMono-SemiBold.woff2 b/extras/JetBrainsMono-SemiBold.woff2 new file mode 100644 index 0000000..fce8cd8 Binary files /dev/null and b/extras/JetBrainsMono-SemiBold.woff2 differ diff --git a/nullboard.html b/nullboard.html index 40cb7ce..f271e47 100644 --- a/nullboard.html +++ b/nullboard.html @@ -124,6 +124,21 @@ src: url('extras/MavenPro-500.woff') format('woff'); } + /***/ + @font-face { + font-family: 'f-jetbrains-mono'; + font-weight: 400; + font-style: normal; + src: url('extras/JetBrainsMono-Regular.woff2') format('woff2'); + } + + @font-face { + font-family: 'f-jetbrains-mono'; + font-weight: 500; + font-style: normal; + src: url('extras/JetBrainsMono-SemiBold.woff2') format('woff2'); + } + /***/ html { --ff: f-barlow, sans-serif; @@ -174,6 +189,15 @@ --lw: calc(20 * var(--fs) + 47); /* .list width */ } + /***/ + html.f-jetbrains-mono { + --ff: f-jetbrains-mono, monospace; + --fs: 11; + --fs-head: 13; + --fs-nops: 8; + --lw: calc(22 * var(--fs) + 40); /* .list width */ + } + /***/ html, body, h1, textarea, input { padding: 0; @@ -1567,6 +1591,7 @@ Use Open Sans Use Segoe UI Use Maven Pro + Use JetBrains Mono