From f46351cf399c53290d54f466e523c84280734c51 Mon Sep 17 00:00:00 2001 From: alex Date: Sun, 26 Jan 2025 20:21:10 +0100 Subject: [PATCH] Use system-ui font family --- blog/blog/html.py | 1 + 1 file changed, 1 insertion(+) diff --git a/blog/blog/html.py b/blog/blog/html.py index 5ba67d3..a2c5eee 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 */ -- 2.47.3