Skip to content

Commit 555782b

Browse files
committed
Demo: Add system-ui as first font-family value.
1 parent 8048b96 commit 555782b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

css/demo.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ body {
1313
max-width: 750px;
1414
margin: 0 auto;
1515
padding: 1em;
16-
font-family: -apple-system, 'Segoe UI', Roboto, 'Helvetica Neue', Arial,
17-
sans-serif;
16+
font-family: system-ui, -apple-system, 'Segoe UI', Roboto, 'Helvetica Neue',
17+
Arial, sans-serif;
1818
line-height: 1.4;
1919
background: #212121;
2020
color: #dedede;

0 commit comments

Comments
 (0)