fix: fontFamily override name

This commit is contained in:
efim 2023-10-03 17:56:40 +00:00
parent cfe3994bc9
commit 843e55841b
1 changed files with 4 additions and 3 deletions

View File

@ -10,14 +10,15 @@ module.exports = {
'cobalt-blue': 'hsl(234, 85%, 45%)', 'cobalt-blue': 'hsl(234, 85%, 45%)',
'light-slate-blue': 'hsl(252, 100%, 67%)', 'light-slate-blue': 'hsl(252, 100%, 67%)',
'light-royal-blue': 'hsl(241, 81%, 54%)', 'light-royal-blue': 'hsl(241, 81%, 54%)',
'violet-blue': 'hsla(256, 72%, 46%, 1)', 'violet-blue': 'hsla(256, 72%, 46%)',
'persian-blue': 'hsla(241, 72%, 46%, 0)', 'persian-blue': 'hsla(241, 72%, 46%)',
'pale-blue': 'hsl(221, 100%, 96%)', 'pale-blue': 'hsl(221, 100%, 96%)',
'light-lavender': 'hsl(241, 100%, 89%)', 'light-lavender': 'hsl(241, 100%, 89%)',
'dark-gray-blue': 'hsl(224, 30%, 27%)', 'dark-gray-blue': 'hsl(224, 30%, 27%)',
}, },
'font-family': { 'fontFamily': {
'sans': ['HankenGrotesk', 'sans-serif'], 'sans': ['HankenGrotesk', 'sans-serif'],
'added': ['HankenGrotesk', 'sans-serif'],
}, },
}, },
}, },