Skip to content

Commit 307604f

Browse files
committed
update --font-serif
1 parent 123ac0e commit 307604f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/props.fonts.css

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
--font-didone: Didot, Bodoni MT, Noto Serif Display, URW Palladio L, P052, Sylfaen, serif;
1616
--font-handwritten: Segoe Print, Bradley Hand, Chilanka, TSCu_Comic, casual, cursive;
1717
--font-sans: var(--font-system-ui);
18-
--font-serif: var(--font-transitional);
18+
--font-serif: ui-serif, serif;
1919
--font-mono: var(--font-monospace-code);
2020
--font-weight-1: 100;
2121
--font-weight-2: 200;

src/props.fonts.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ export default {
2828
'--font-handwritten':
2929
'Segoe Print, Bradley Hand, Chilanka, TSCu_Comic, casual, cursive',
3030
'--font-sans': 'var(--font-system-ui)',
31-
'--font-serif': 'var(--font-transitional)',
31+
'--font-serif': 'ui-serif, serif',
3232
'--font-mono': 'var(--font-monospace-code)',
3333

3434
'--font-weight-1': '100',

0 commit comments

Comments
 (0)