Skip to content

Commit

Permalink
Reduced by 20%
Browse files Browse the repository at this point in the history
  • Loading branch information
mdyoung3 committed Mar 13, 2024
1 parent 503b518 commit 0f66815
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions src/styles/tailwind/plugins/base/base.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,50 +5,50 @@ module.exports = function () {
fontFamily: '"Source Serif Pro", Georgia, Times, "Times New Roman", serif',
},
'h1': {
fontSize: '2.31em',
fontSize: '1.85em',
letterSpacing: '-0.02em',
'@screen md': {
fontSize: '2.69em',
fontSize: '2.39em',
},
'@screen lg': {
fontSize: '3.81em',
},
},
'h2': {
fontSize: '1.75em',
fontSize: '1.4em',
letterSpacing: '-0.016em',
'@screen md': {
fontSize: '1.86em',
fontSize: '1.66em',
},
'@screen lg': {
fontSize: '2.44em',
},
},
'h3': {
fontSize: '1.52em',
fontSize: '1.22em',
letterSpacing: '-0.014em',
'@screen md': {
fontSize: '1.56em',
fontSize: '1.38em',
},
'@screen lg': {
fontSize: '1.95em',
},
},
'h4': {
fontSize: '1.32em',
fontSize: '1.06em',
letterSpacing: '-0.012em',
'@screen md': {
fontSize: '1.3em',
fontSize: '1.15em',
},
'@screen lg': {
fontSize: '1.56em',
},
},
'h5': {
fontSize: '1.15em',
fontSize: '0.92em',
letterSpacing: '-0.01em',
'@screen md': {
fontSize: '1.08em',
fontSize: '0.96em',
},
'@screen lg': {
fontSize: '1.25em',
Expand Down

0 comments on commit 0f66815

Please sign in to comment.