summaryrefslogtreecommitdiff
path: root/htdocs/static/style.css
diff options
context:
space:
mode:
authorDimitri Sokolyuk <sokolyuk@gmail.com>2024-01-22 14:17:36 +0100
committerDimitri Sokolyuk <sokolyuk@gmail.com>2024-01-22 14:17:36 +0100
commitd5a92abc3123c5f7fe6d8ee3daaebf9db0eda262 (patch)
tree3d0e500d5336347609b5a1bfb0ccf1d16ccd897e /htdocs/static/style.css
parenta8a17387ebbb1e81a207f3919e2df6f2bea7b20b (diff)
IBM PlexHEADmaster
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;