add new font size variable

This commit is contained in:
NCanggoro 2023-09-20 21:24:33 +07:00
parent 8eb25a2a4a
commit 2c7f1cf7a0

View File

@ -17,6 +17,7 @@ export default {
lato: ['Lato', 'sans-serif']
},
fontSize: {
xxs: ['0.65rem', { lineHeight: '.85rem' }],
xs: ['0.75rem', { lineHeight: '1rem' }],
sm: ['0.875rem', { lineHeight: '1.25rem' }],
base: ['1rem', { lineHeight: '1.5rem' }],