diff --git a/public/style/index.css b/public/style/index.css index 8c4efb2..5ae88c8 100644 --- a/public/style/index.css +++ b/public/style/index.css @@ -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 {