Skip to content

Commit

Permalink
Merge pull request #880 from sudhanshutech/font/button
Browse files Browse the repository at this point in the history
use qanelas soft for buttons
  • Loading branch information
leecalcote authored Jan 11, 2025
2 parents d716685 + afbbccf commit 37284a3
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 37284a3

Please sign in to comment.