Open Javid-Izadfar opened 2 years ago
Upon customizing fontSize on tailwind.config.js, one can also apply fontWeight, lineHeight and/or letterSpacing. however, these secondary declarations are not visible on viewer. Can we add them?
fontSize
tailwind.config.js
fontWeight
lineHeight
letterSpacing
I was poking around with the code and came up with this: #76
Upon customizing
fontSize
ontailwind.config.js
, one can also applyfontWeight
,lineHeight
and/orletterSpacing
. however, these secondary declarations are not visible on viewer. Can we add them?