From 02c1b2bed0c02edf2c72b1503f842bde7d05006c Mon Sep 17 00:00:00 2001 From: hackademix Date: Mon, 16 Mar 2020 19:12:44 +0100 Subject: Apply "font-family: Inter" to the mobile stylesheet only. --- src/ui/ui.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src') 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; } -- cgit v1.2.3