From: alex Date: Sun, 26 Jan 2025 19:21:10 +0000 (+0100) Subject: Use system-ui font family X-Git-Url: https://xn--ix-yja.es/gitweb/?a=commitdiff_plain;h=f46351cf399c53290d54f466e523c84280734c51;p=alex.git Use system-ui font family --- 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 */