diff options
| author | alex <alex@pdp7.net> | 2025-03-15 13:15:04 +0100 |
|---|---|---|
| committer | alexpdp7 <alex@corcoles.net> | 2025-03-15 13:16:04 +0100 |
| commit | 03a6e8616e18a44dcfcba3879cdf23a888de599a (patch) | |
| tree | 1b4efe7f93276933d02f543fc82d3214b50ddf5b | |
| parent | 68a69d31ba55991253335e7732d4431078646132 (diff) | |
Revert "Use system-ui font family"
This reverts commit f46351cf399c53290d54f466e523c84280734c51.
system-ui overrides the browser default font!
| -rw-r--r-- | blog/src/blog/html.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/blog/src/blog/html.py b/blog/src/blog/html.py index 1cda61c1..513dcf9c 100644 --- a/blog/src/blog/html.py +++ b/blog/src/blog/html.py @@ -41,7 +41,6 @@ def html_template(*content, page_title=None, path, full): padding-right: 2em; background-color: #fffffa; color: #000000; - font-family: system-ui; } @media (prefers-color-scheme: dark) { body { |
