summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorhackademix2020-03-16 19:12:44 +0100
committerhackademix2020-03-16 19:33:27 +0100
commit02c1b2bed0c02edf2c72b1503f842bde7d05006c (patch)
tree698fde37938d5e826f3662bb48ccb5d8dd1ac760 /src
parent00b34159168a02d4fcdc9ad519003081c972d731 (diff)
downloadnoscript-02c1b2bed0c02edf2c72b1503f842bde7d05006c.tar.gz
noscript-02c1b2bed0c02edf2c72b1503f842bde7d05006c.tar.xz
noscript-02c1b2bed0c02edf2c72b1503f842bde7d05006c.zip
Apply "font-family: Inter" to the mobile stylesheet only.
Diffstat (limited to 'src')
-rw-r--r--src/ui/ui.css3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/ui/ui.css b/src/ui/ui.css
index 1ee1899..2eab898 100644
--- a/src/ui/ui.css
+++ b/src/ui/ui.css
@@ -1,12 +1,13 @@
body {
- font-family: Inter, sans-serif;
+ font-family: sans-serif;
font: -moz-use-system-font;
font-size: 12px;
min-width: 600px;
}
.mobile > body {
+ font-family: Inter, sans-serif;
font-size: 4mm;
min-width: auto;
}