Skip to content

Commit 7659908

Browse files
committed
Tweak fallback/non-Google Font appearance
Rather than just falling back on a font stack, let’s tweak the styles of `system-ui` so that they look decent in their own right.
1 parent b50eb62 commit 7659908

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

demo/index.html

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,12 @@
6060
font-weight: 500;
6161
}
6262

63+
.has-delivery-mode-lite h1,
64+
.has-delivery-mode-lite h2 {
65+
font-family: system-ui, sans-serif;
66+
font-weight: 700;
67+
}
68+
6369
h1 {
6470
font-size: 2.25rem;
6571
line-height: 1.333333333;

0 commit comments

Comments
 (0)