Skip to content

Commit

Permalink
Added: New font sizes
Browse files Browse the repository at this point in the history
  • Loading branch information
bymayo authored Nov 3, 2021
1 parent 1b48ffc commit a2d0098
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions tailwind.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,11 @@ module.exports = {
'2xl': '1.875rem', // 30
'3xl': '2.25rem', // 36
'4xl': '3rem', // 48
'5xl': '4rem', // 64
'6xl': '4.5rem' // 72
'5xl': '3.75rem', // 60
'6xl': '4.5rem', // 72
'7xl': '6rem', // 96
'8xl': '8rem', // 128
'9xl': '10rem', // 160
}),
fontFamily: {
'sans-primary': [
Expand Down

0 comments on commit a2d0098

Please sign in to comment.