Skip to content

Commit

Permalink
feat(mobile): slightly increase font size (#345)
Browse files Browse the repository at this point in the history
  • Loading branch information
bkdev98 committed Sep 21, 2024
1 parent 380aeb4 commit a8e46bc
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions apps/mobile/tailwind.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,16 @@ module.exports = {
'2xl': '1400px',
},
},
fontSize: {
xs: '0.813rem',
sm: '1rem',
base: '1.063rem',
xl: '1.25rem',
'2xl': '1.563rem',
'3xl': '1.953rem',
'4xl': '2.441rem',
'5xl': '3.052rem',
},
extend: {
fontFamily: {
regular: ['Haskoy-Regular'],
Expand Down

0 comments on commit a8e46bc

Please sign in to comment.