Apply "font-family: Inter" to the mobile stylesheet only.

This commit is contained in:
hackademix 2020-03-16 19:12:44 +01:00
parent 00b3415916
commit 02c1b2bed0
1 changed files with 2 additions and 1 deletions

View File

@ -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;
}