Skip to content

Commit 11947ed

Browse files
committed
fix: change default font weight to 400
1 parent 7daa070 commit 11947ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/theme.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ const defaultTheme: ThemeInterface = {
4040
baseFont: {
4141
size: '14px',
4242
lineHeight: '1.5',
43-
weight: '300',
43+
weight: '400',
4444
family: 'Roboto, sans-serif',
4545
smoothing: 'antialiased',
4646
optimizeSpeed: true,

0 commit comments

Comments
 (0)