Style: Use JetBrains Mono as the font-family with monospace as fallback
This commit is contained in:
parent
ade90eb36b
commit
4adf4dd1da
1 changed files with 2 additions and 3 deletions
|
@ -1,13 +1,12 @@
|
|||
@font-face {
|
||||
font-family: JetBrains Mono;
|
||||
font-family: 'JetBrains Mono';
|
||||
src: url('/font/jetbrains-mono/Regular.woff2') format('woff');
|
||||
}
|
||||
|
||||
body {
|
||||
background: #292D3E;
|
||||
|
||||
font-family: monospace;
|
||||
font-family: JetBrains Mono;
|
||||
font-family: 'JetBrains Mono', monospace;
|
||||
font-size: 1.2rem;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue