v2.0.0
This version has some breaking changes, please check the changelist!
Changes
- Inter font updated to v3.15
- Fixed different size units caused
NaNfor letter spacing - Refactored styles generation
- Removed line height usage as redundant
- Removed options
baseLineHeightanddisableUnusedFeatures - Removed plugin specific font size classes to use inherited classes instead (
.text-inter-lg→.font-inter .text-lg) - Limited font feature settings classes to apply only if Inter font family applied (
.font-feature-numeric→.font-inter .font-feature-numeric) - Added
.font-feature-defaultclass withcaltandkernfont feature settings enabled - Option
importFontFaceis nowtrueby default