Browse Source

Added Menlo font

pull/57/head
Jure Šorn 4 years ago
parent
commit
6e4db9972e
1 changed files with 1 additions and 1 deletions
  1. 2
      web/style.css

2
web/style.css

@ -129,7 +129,7 @@ a:not(:hover) {
pre, pre,
code, code,
textarea { textarea {
font-family: "Menlo Regular", monospace;
font-family: "Menlo", "Menlo Regular", monospace;
} }
code { code {

Loading…
Cancel
Save