Skip to content

Commit 02c1b2b

Browse files
committed
Apply "font-family: Inter" to the mobile stylesheet only.
1 parent 00b3415 commit 02c1b2b

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

src/ui/ui.css

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,13 @@
11

22
body {
3-
font-family: Inter, sans-serif;
3+
font-family: sans-serif;
44
font: -moz-use-system-font;
55
font-size: 12px;
66
min-width: 600px;
77
}
88

99
.mobile > body {
10+
font-family: Inter, sans-serif;
1011
font-size: 4mm;
1112
min-width: auto;
1213
}

0 commit comments

Comments
 (0)