From d5a92abc3123c5f7fe6d8ee3daaebf9db0eda262 Mon Sep 17 00:00:00 2001 From: Dimitri Sokolyuk Date: Mon, 22 Jan 2024 14:17:36 +0100 Subject: IBM Plex --- htdocs/static/style.css | 4 ++-- htdocs/template/root.tmpl | 2 +- 2 files changed, 3 insertions(+), 3 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; diff --git a/htdocs/template/root.tmpl b/htdocs/template/root.tmpl index e96e29d..30da414 100644 --- a/htdocs/template/root.tmpl +++ b/htdocs/template/root.tmpl @@ -13,7 +13,7 @@ - + -- cgit v1.2.3