summaryrefslogtreecommitdiff
path: root/htdocs/static/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'htdocs/static/style.css')
-rw-r--r--htdocs/static/style.css4
1 files changed, 2 insertions, 2 deletions
diff --git a/htdocs/static/style.css b/htdocs/static/style.css
index 2fcedad..cc15b8f 100644
--- a/htdocs/static/style.css
+++ b/htdocs/static/style.css
@@ -1,9 +1,9 @@
body {
color: #222;
- font-family: 'B612', sans-serif;
+ font-family: 'IBM Plex Serif', serif;
}
pre, code, kbd {
- font-family: 'B612 Mono', monospace;
+ font-family: 'IBM Plex Mono', monospace;
}
h1, h2, .navbar-brand {
text-shadow: 1px 1px #CCC;