aboutsummaryrefslogtreecommitdiff
path: root/blog
diff options
context:
space:
mode:
authoralex <alex@pdp7.net>2025-01-26 20:21:10 +0100
committeralexpdp7 <alex@corcoles.net>2025-01-26 20:21:54 +0100
commitf46351cf399c53290d54f466e523c84280734c51 (patch)
tree44cfe1f36d2357bf6d18c0326f48595db4ce2e98 /blog
parentb1b2e94cf302f178f51af241e70f10a4c7991c45 (diff)
Use system-ui font family
Diffstat (limited to 'blog')
-rw-r--r--blog/blog/html.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/blog/blog/html.py b/blog/blog/html.py
index 5ba67d30..a2c5eee1 100644
--- a/blog/blog/html.py
+++ b/blog/blog/html.py
@@ -40,6 +40,7 @@ def html_template(*content, page_title=None, path, full):
padding-left: 2em;
padding-right: 2em;
background-color: #fffffa;
+ font-family: system-ui;
}
p, blockquote, li {
/* from Mozilla reader mode */