summaryrefslogtreecommitdiff
path: root/htdocs/static/style.css
diff options
context:
space:
mode:
authorDimitri Sokolyuk <demon@dim13.org>2019-01-21 17:18:22 +0100
committerDimitri Sokolyuk <demon@dim13.org>2019-01-21 17:18:22 +0100
commit37b8e816458eb7ece396891a66b9f4cf5a82394b (patch)
treea39c38f8c4e2b859774122026782943177d89bd9 /htdocs/static/style.css
parent8716cffbbad0f31c1ccd6f7429450516df66cd08 (diff)
switch to IBM Plex
Diffstat (limited to 'htdocs/static/style.css')
-rw-r--r--htdocs/static/style.css6
1 files changed, 3 insertions, 3 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;