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 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'htdocs/static') 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; -- cgit v1.2.3