diff options
| author | alex <alex@pdp7.net> | 2025-01-26 20:21:10 +0100 |
|---|---|---|
| committer | alexpdp7 <alex@corcoles.net> | 2025-01-26 20:21:54 +0100 |
| commit | f46351cf399c53290d54f466e523c84280734c51 (patch) | |
| tree | 44cfe1f36d2357bf6d18c0326f48595db4ce2e98 /blog | |
| parent | b1b2e94cf302f178f51af241e70f10a4c7991c45 (diff) | |
Use system-ui font family
Diffstat (limited to 'blog')
| -rw-r--r-- | blog/blog/html.py | 1 |
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 */ |
