summaryrefslogtreecommitdiffstats
path: root/static
diff options
context:
space:
mode:
Diffstat (limited to 'static')
-rw-r--r--static/style.css6
1 files changed, 5 insertions, 1 deletions
diff --git a/static/style.css b/static/style.css
index 4eb2332..deca77d 100644
--- a/static/style.css
+++ b/static/style.css
@@ -9,7 +9,7 @@
--sans-font: "InterVar", -apple-system, BlinkMacSystemFont, "Roboto", "Segoe UI", sans-serif;
--display-font: "InterDisplay", -apple-system, BlinkMacSystemFont, "Roboto", "Segoe UI", sans-serif;
- --mono-font: ui-monospace, "SF Mono", "Input", "Menlo" "Roboto Mono", monospace;
+ --mono-font: 'SF Mono', SFMono-Regular, ui-monospace, 'DejaVu Sans Mono', 'Roboto Mono', Menlo, Consolas, monospace;
}
html {
@@ -18,6 +18,10 @@ html {
font-family: var(--sans-font);
}
+pre {
+ font-family: var(--mono-font);
+}
+
::selection {
background: var(--medium-gray);
opacity: 0.3;