Skip to content

Commit 2a3ea23

Browse files
committed
Change font-family from -apple-system to system-ui
1 parent cb074b0 commit 2a3ea23

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

examples.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,11 @@
55
<link rel="canonical" href="https://whsieh.github.io/examples" />
66
<style>
77
body {
8-
font-family: -apple-system;
8+
font-family: system-ui;
99
font-size: 1em;
1010
margin: 1em;
1111
}
12+
1213
.container {
1314
margin-top: 1em;
1415
}

0 commit comments

Comments
 (0)