Skip to content

Commit

Permalink
fix : syntax error
Browse files Browse the repository at this point in the history
  • Loading branch information
Brokyeom committed Jul 21, 2023
1 parent b69ac16 commit 4c9edb6
Showing 1 changed file with 28 additions and 28 deletions.
56 changes: 28 additions & 28 deletions apps/web/tailwind.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,34 +18,34 @@ module.exports = {
fontFamily: {
sans: ['var(--font-suit)', ...defaultTheme.fontFamily.sans],
mono: [...defaultTheme.fontFamily.mono],
fontSize: {
h0: [
'70px',
{
lineHeight: '140%',
letterSpacing: '-0.7px',
fontWeight: '700',
},
],
h1: [
'50px',
{
lineHeight: '100%',
letterSpacing: '-0.5px',
fontWeight: 700,
},
],
h2: [
'30px',
{
lineHeight: '170%',
letterSpacing: '-0.3px',
fontWeight: 600,
},
],
},
extend: {},
},
plugins: [],
fontSize: {
h0: [
'70px',
{
lineHeight: '140%',
letterSpacing: '-0.7px',
fontWeight: '700',
},
],
h1: [
'50px',
{
lineHeight: '100%',
letterSpacing: '-0.5px',
fontWeight: 700,
},
],
h2: [
'30px',
{
lineHeight: '170%',
letterSpacing: '-0.3px',
fontWeight: 600,
},
],
},
extend: {},
},
plugins: [],
};

0 comments on commit 4c9edb6

Please sign in to comment.