From 37b8e816458eb7ece396891a66b9f4cf5a82394b Mon Sep 17 00:00:00 2001 From: Dimitri Sokolyuk Date: Mon, 21 Jan 2019 17:18:22 +0100 Subject: switch to IBM Plex --- htdocs/static/style.css | 6 +++--- htdocs/template/root.tmpl | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/htdocs/static/style.css b/htdocs/static/style.css index 2e3117f..03c98df 100644 --- a/htdocs/static/style.css +++ b/htdocs/static/style.css @@ -1,15 +1,15 @@ body { color: #222; - font-family: 'Abel', sans-serif; + font-family: 'IBM Plex Sans', sans-serif; } h1, h2, h3, h4, h5, h6, header, footer, .navbar-brand { - font-family: 'Raleway', sans-serif; + font-family: 'IBM Plex Serif', sans-serif; } h1, h2, .navbar-brand { text-shadow: 1px 1px #CCC; } pre, code, kbd { - font-family: 'Space Mono', monospace; + font-family: 'IBM Plex Mono', monospace; } a { color: #F50; diff --git a/htdocs/template/root.tmpl b/htdocs/template/root.tmpl index 164cf31..52734bb 100644 --- a/htdocs/template/root.tmpl +++ b/htdocs/template/root.tmpl @@ -11,7 +11,7 @@ - + -- cgit v1.2.3