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
NaN
for letter spacing - Refactored styles generation
- Removed line height usage as redundant
- Removed options
baseLineHeight
anddisableUnusedFeatures
- 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-default
class withcalt
andkern
font feature settings enabled - Option
importFontFace
is nowtrue
by default