diff options
author | hackademix | 2020-03-12 20:58:51 +0100 |
---|---|---|
committer | hackademix | 2020-03-13 22:37:22 +0100 |
commit | c44ab6f8aa86bf8353a8eb52c99c987fc8b4a4f9 (patch) | |
tree | af1767bd4b2327bddc4f165158bb5ad10e56261b /src/ui/ui.css | |
parent | cf89cf2848cc297ce50fc66152cbdcc1b123cece (diff) | |
download | noscript-c44ab6f8aa86bf8353a8eb52c99c987fc8b4a4f9.tar.gz noscript-c44ab6f8aa86bf8353a8eb52c99c987fc8b4a4f9.tar.xz noscript-c44ab6f8aa86bf8353a8eb52c99c987fc8b4a4f9.zip |
Added CSS reference to Inter font to improve UI look on Fenix.
Diffstat (limited to 'src/ui/ui.css')
-rw-r--r-- | src/ui/ui.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ui/ui.css b/src/ui/ui.css index 437758d..1ee1899 100644 --- a/src/ui/ui.css +++ b/src/ui/ui.css @@ -1,6 +1,6 @@ body { - font-family: sans-serif; + font-family: Inter, sans-serif; font: -moz-use-system-font; font-size: 12px; min-width: 600px; |