summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDimitri Sokolyuk <demon@dim13.org>2020-06-01 11:51:26 +0200
committerDimitri Sokolyuk <demon@dim13.org>2020-06-01 11:51:26 +0200
commit6f4957838ceec684485f034939ca8f6bf2012a6d (patch)
treea07a4183249f9e4223bf92cbbfacdc273046e67f
parent7c4e4f25d92a5ec4af33502f1ba2654c3b8255ab (diff)
Switch font to B612
-rw-r--r--htdocs/static/style.css9
-rw-r--r--htdocs/template/root.tmpl2
2 files changed, 4 insertions, 7 deletions
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;
}
diff --git a/htdocs/template/root.tmpl b/htdocs/template/root.tmpl
index 929b369..bbd17b2 100644
--- a/htdocs/template/root.tmpl
+++ b/htdocs/template/root.tmpl
@@ -10,7 +10,7 @@
<meta name="google-site-verification" content="3cwuN4OwVfNZEGTw5Q9UotI2AJCTzr8F7QB8uhtfAWo">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.5.0/css/bootstrap.min.css">
- <link rel="stylesheet" href="https://fonts.googleapis.com/css?family=IBM+Plex+Sans|IBM+Plex+Serif|IBM+Plex+Mono">
+ <link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=B612&family=B612+Mono&display=swap">
<link rel="stylesheet" href="/static/style.css">
<link rel="alternate" type="application/atom+xml" title="Atom Feed" href="/feed.atom">