Style: Use JetBrains Mono as the font-family with monospace as fallback

This commit is contained in:
networkException 2022-02-04 18:44:55 +01:00
parent ade90eb36b
commit 4adf4dd1da
Signed by: networkException
GPG key ID: E3877443AE684391

View file

@ -1,13 +1,12 @@
@font-face { @font-face {
font-family: JetBrains Mono; font-family: 'JetBrains Mono';
src: url('/font/jetbrains-mono/Regular.woff2') format('woff'); src: url('/font/jetbrains-mono/Regular.woff2') format('woff');
} }
body { body {
background: #292D3E; background: #292D3E;
font-family: monospace; font-family: 'JetBrains Mono', monospace;
font-family: JetBrains Mono;
font-size: 1.2rem; font-size: 1.2rem;
} }