Skip to content

Commit 32fb35f

Browse files
VIA-224 AS Add css for iOS accessibility global font size
1 parent 12434d8 commit 32fb35f

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

public/css/app.css

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,3 +17,9 @@
1717
.appHeaderLogoutContainer {
1818
margin-left: auto;
1919
}
20+
21+
@supports (font: -apple-system-body) {
22+
html {
23+
font: -apple-system-body !important;
24+
}
25+
}

0 commit comments

Comments
 (0)