Problemunvalidated

the designer would like us to use a different line height for "sm" when using the second font — In our design we are using 2 different font families. Tension: What is the tailwind way of solving this? Should we add it to the theme? Use `leading` or something else? Outcome: You can extend the `fontFamily` and `lineHeight` in the `tailwind.config.js`, and add a custom plugin to automatically apply the desired `line-height` for different font sizes when using the secondary font family.

100ac241-4c86-465f-95f9-cbb67877d3b9

the designer would like us to use a different line height for "sm" when using the second font — In our design we are using 2 different font families. Tension: What is the tailwind way of solving this? Should we add it to the theme? Use leading or something else? Outcome: You can extend the fontFamily and lineHeight in the tailwind.config.js, and add a custom plugin to automatically apply the desired line-height for different font sizes when using the secondary font family.