Releases: semencov/tailwindcss-font-inter
Releases · semencov/tailwindcss-font-inter
v3.1.0
v3.0.1
v3.0.0
v2.0.5
v2.0.4
v2.0.3
v2.0.2
v2.0.1
Tailwind 2 support (thanks to @parisholley)
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