Skip to content

Commit 6ecbfc8

Browse files
authored
fix(font): Allow the typical fallback-fonts (resend#956)
1 parent f4b1ffa commit 6ecbfc8

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

packages/font/src/font.tsx

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,12 @@ type FallbackFont =
55
| "Helvetica"
66
| "Verdana"
77
| "Georgia"
8-
| "Times New Roman";
8+
| "Times New Roman"
9+
| "serif"
10+
| "sans-serif"
11+
| "monospace"
12+
| "cursive"
13+
| "fantasy";
914

1015
type FontFormat =
1116
| "woff"

0 commit comments

Comments
 (0)