Skip to content

Commit

Permalink
fix(font): use qanelas soft for buttons
Browse files Browse the repository at this point in the history
Signed-off-by: Sudhanshu Dasgupta <[email protected]>
  • Loading branch information
sudhanshutech committed Jan 11, 2025
1 parent 44c6e97 commit afbbccf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/theme/typography.ts
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ export const typography = (mode: PaletteMode): TypographyOptions => {
}
},
textB2SemiBold: {
fontFamily: ['"Open Sans"', 'sans-serif'].join(','),
fontFamily: ['Qanelas Soft Regular'].join(','),
color: mode === 'light' ? common.black : common.white,
fontSize: '1rem',
fontWeight: 600,
Expand Down

0 comments on commit afbbccf

Please sign in to comment.