Skip to content
This repository was archived by the owner on Sep 29, 2025. It is now read-only.

Commit 5088917

Browse files
committed
Add back Helvetica Neue
1 parent 10b6a84 commit 5088917

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

src/lib/modernNormalize.ts

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,8 +55,9 @@ export default css`
5555
*/
5656
5757
body {
58-
font-family: -apple-system, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif,
59-
'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol';
58+
font-family: -apple-system, 'Helvetica Neue', 'Segoe UI', Roboto, Helvetica,
59+
Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji',
60+
'Segoe UI Symbol';
6061
}
6162
6263
/* Grouping content

0 commit comments

Comments
 (0)