Skip to content
This repository was archived by the owner on Jan 6, 2024. It is now read-only.

Commit c7c3e25

Browse files
authored
fix: font family polyfill (#111)
1 parent 4c88a56 commit c7c3e25

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/client/styles/main.css

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
html {
44
/* --at-apply: font-sans; */
5-
font-family: 'Roboto';
5+
font-family: 'Roboto', system-ui;
66
overflow-y: scroll;
77
overscroll-behavior: none;
88
-ms-overflow-style: none;
@@ -16,7 +16,7 @@ body::-webkit-scrollbar {
1616
}
1717

1818
body {
19-
font-family: 'Roboto';
19+
font-family: 'Roboto', system-ui;
2020
/* trap scroll inside iframe */
2121
/* height: calc(100vh + 1px); */
2222
}

0 commit comments

Comments
 (0)