Style: Use JetBrains Mono webfont
This commit is contained in:
parent
e387993879
commit
ade90eb36b
1 changed files with 7 additions and 1 deletions
|
@ -1,7 +1,14 @@
|
|||
@font-face {
|
||||
font-family: JetBrains Mono;
|
||||
src: url('/font/jetbrains-mono/Regular.woff2') format('woff');
|
||||
}
|
||||
|
||||
body {
|
||||
background: #292D3E;
|
||||
|
||||
font-family: monospace;
|
||||
font-family: JetBrains Mono;
|
||||
font-size: 1.2rem;
|
||||
}
|
||||
|
||||
pre {
|
||||
|
@ -18,7 +25,6 @@ a {
|
|||
|
||||
body {
|
||||
color: white;
|
||||
font-size: 1vmax;
|
||||
}
|
||||
|
||||
#inspector {
|
||||
|
|
Loading…
Reference in a new issue