summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--htdocs/static/style.css4
-rw-r--r--htdocs/template/root.tmpl2
2 files changed, 3 insertions, 3 deletions
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;
diff --git a/htdocs/template/root.tmpl b/htdocs/template/root.tmpl
index e96e29d..30da414 100644
--- a/htdocs/template/root.tmpl
+++ b/htdocs/template/root.tmpl
@@ -13,7 +13,7 @@
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.2/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-T3c6CoIi6uLrA9TneNEoa7RxnatzjcDSCmG1MXxSR1GAsXEV/Dwwykc2MPK8M2HN" crossorigin="anonymous">
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.2/dist/js/bootstrap.bundle.min.js" integrity="sha384-C6RzsynM9kWDrMNeT87bh95OGNyZPhcTNXj1NW7RuBCsyN/o0jlpcV8Qyq46cDfL" crossorigin="anonymous"></script>
- <link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=B612&family=B612+Mono&display=swap">
+ <link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=IBM+Plex+Serif&family=IBM+Plex+Mono&display=swap">
<link rel="stylesheet" href="/static/style.css">
<link rel="alternate" type="application/atom+xml" title="Atom Feed" href="/feed.atom">