Skip to content

Commit cdc09f6

Browse files
committed
fix: font issue for text field
Signed-off-by: amitamrutiya <[email protected]>
1 parent 5446b9e commit cdc09f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/theme/typography.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ export const typography = (mode: PaletteMode): TypographyOptions => {
8686
}
8787
},
8888
textB1Regular: {
89-
fontFamily: ['"Open Sans"', 'sans-serif'].join(','),
89+
fontFamily: ['Qanelas Soft Regular', 'Open Sans', 'sans-serif'].join(','),
9090
color: mode === 'light' ? common.black : common.white,
9191
fontSize: '1rem',
9292
fontWeight: 400,

0 commit comments

Comments
 (0)