diff options
author | hackademix | 2020-03-16 19:12:44 +0100 |
---|---|---|
committer | hackademix | 2020-03-16 19:33:27 +0100 |
commit | 02c1b2bed0c02edf2c72b1503f842bde7d05006c (patch) | |
tree | 698fde37938d5e826f3662bb48ccb5d8dd1ac760 /src/ui/ui.css | |
parent | 00b34159168a02d4fcdc9ad519003081c972d731 (diff) | |
download | noscript-02c1b2bed0c02edf2c72b1503f842bde7d05006c.tar.gz noscript-02c1b2bed0c02edf2c72b1503f842bde7d05006c.tar.xz noscript-02c1b2bed0c02edf2c72b1503f842bde7d05006c.zip |
Apply "font-family: Inter" to the mobile stylesheet only.
Diffstat (limited to 'src/ui/ui.css')
-rw-r--r-- | src/ui/ui.css | 3 |
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; } |