From 6f4957838ceec684485f034939ca8f6bf2012a6d Mon Sep 17 00:00:00 2001 From: Dimitri Sokolyuk Date: Mon, 1 Jun 2020 11:51:26 +0200 Subject: Switch font to B612 --- htdocs/static/style.css | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) (limited to 'htdocs/static') diff --git a/htdocs/static/style.css b/htdocs/static/style.css index 03c98df..9adb009 100644 --- a/htdocs/static/style.css +++ b/htdocs/static/style.css @@ -1,16 +1,13 @@ body { color: #222; - font-family: 'IBM Plex Sans', sans-serif; + font-family: 'B612', sans-serif; } -h1, h2, h3, h4, h5, h6, header, footer, .navbar-brand { - font-family: 'IBM Plex Serif', sans-serif; +pre, code, kbd { + font-family: 'B612 Mono', monospace; } h1, h2, .navbar-brand { text-shadow: 1px 1px #CCC; } -pre, code, kbd { - font-family: 'IBM Plex Mono', monospace; -} a { color: #F50; } -- cgit v1.2.3