diff options
author | Monstorix <monstorix@outlook.com> | 2024-08-10 21:47:55 +0800 |
---|---|---|
committer | Monstorix <monstorix@outlook.com> | 2024-08-10 21:47:55 +0800 |
commit | feca205994a6d5def48233c115cd3d50f2568506 (patch) | |
tree | 3d4b7a1ab03bce2458b8c4a05d7de7b3ecce5f4b /src/pages/popup_src | |
parent | Added RAT https://github.com/libredirect/browser_extension/issues/937 (diff) | |
download | libredirect-feca205994a6d5def48233c115cd3d50f2568506.zip |
Fix sidebar layouts and font fallbacks for CJK
Diffstat (limited to 'src/pages/popup_src')
-rw-r--r-- | src/pages/popup_src/App.svelte | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pages/popup_src/App.svelte b/src/pages/popup_src/App.svelte index df37d55d..52aadc74 100644 --- a/src/pages/popup_src/App.svelte +++ b/src/pages/popup_src/App.svelte @@ -106,7 +106,7 @@ margin: 0; padding: 10px; padding-top: 20px; - font-family: "Inter"; + font-family: "Inter", sans-serif; font-size: 16px; background-color: var(--bg-main); color: var(--text); |