diff options
author | Alan Pearce | 2024-06-19 21:16:15 +0200 |
---|---|---|
committer | Alan Pearce | 2024-06-19 21:16:15 +0200 |
commit | 28e4c215fe0590788ea36c50b7aa044d36bc90d8 (patch) | |
tree | 45df33f1c1f8e8bc58ada8c08ad183350069c86f | |
parent | d5c313fa9ea48e1f63dea8cc8c368ba61836b72a (diff) | |
download | searchix-28e4c215fe0590788ea36c50b7aa044d36bc90d8.tar.lz searchix-28e4c215fe0590788ea36c50b7aa044d36bc90d8.tar.zst searchix-28e4c215fe0590788ea36c50b7aa044d36bc90d8.zip |
style: just use system fonts
-rw-r--r-- | frontend/static/style.css | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/frontend/static/style.css b/frontend/static/style.css index 5509491..a202b89 100644 --- a/frontend/static/style.css +++ b/frontend/static/style.css @@ -1,4 +1,5 @@ :root { + --sans-font: -apple-system, BlinkMacSystemFont, sans-serif; --standard-border-radius: 0; --preformatted: var(--code); --min-width: 60rem; |