Skip to content

Commit afbbccf

Browse files
committed
fix(font): use qanelas soft for buttons
Signed-off-by: Sudhanshu Dasgupta <[email protected]>
1 parent 44c6e97 commit afbbccf

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
@@ -97,7 +97,7 @@ export const typography = (mode: PaletteMode): TypographyOptions => {
9797
}
9898
},
9999
textB2SemiBold: {
100-
fontFamily: ['"Open Sans"', 'sans-serif'].join(','),
100+
fontFamily: ['Qanelas Soft Regular'].join(','),
101101
color: mode === 'light' ? common.black : common.white,
102102
fontSize: '1rem',
103103
fontWeight: 600,

0 commit comments

Comments
 (0)