diff options
| author | frosty <gabriel@bwaaa.monster> | 2026-04-11 01:23:37 -0400 |
|---|---|---|
| committer | frosty <gabriel@bwaaa.monster> | 2026-04-11 01:23:37 -0400 |
| commit | 4368e163682e6ccb0b5b992cd31bd8feada8fd88 (patch) | |
| tree | 38860af863e4ea0291476d1f61acf0454a962153 /static | |
| parent | 3570cb5fb5e2ae6cfbb65cb4d62ee12c20c1d04b (diff) | |
| download | omnisearch-4368e163682e6ccb0b5b992cd31bd8feada8fd88.tar.gz | |
fix: fixed weird font issue
Diffstat (limited to 'static')
| -rw-r--r-- | static/main.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/static/main.css b/static/main.css index 5811468..d07ecfa 100644 --- a/static/main.css +++ b/static/main.css @@ -23,6 +23,7 @@ *, *::before, *::after { box-sizing: border-box; + font-family: sans-serif; } html { @@ -34,7 +35,6 @@ body { background-image:radial-gradient(circle at top end, var(--bg-card) 0%, var(--bg-main) 100%); background-attachment:fixed; color:var(--text-primary); - font-family:system-ui,-apple-system,sans-serif; margin:0; padding:0; min-height:100%; |
