Feat: Add configurable font setting and fix Windows font fallback

Added extension options page and configurable font settings. Fixed font fallback issue on Windows.
This commit is contained in:
gmalvone 2026-01-29 16:34:39 +00:00
commit aee213e96d
5 changed files with 92 additions and 9 deletions

View file

@ -1,5 +1,5 @@
html, body {
font-family: sans;
font-family: var(--user-font, system-ui, -apple-system, "Segoe UI", sans-serif);
margin: 0;
padding: 0;