summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorhackademix2020-03-12 20:58:51 +0100
committerhackademix2020-03-13 22:37:22 +0100
commitc44ab6f8aa86bf8353a8eb52c99c987fc8b4a4f9 (patch)
treeaf1767bd4b2327bddc4f165158bb5ad10e56261b /src
parentcf89cf2848cc297ce50fc66152cbdcc1b123cece (diff)
downloadnoscript-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')
-rw-r--r--src/ui/ui.css2
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;