This repository has been archived by the owner on Feb 1, 2024. It is now read-only.
Releases: teamleadercrm/ui-typography
Releases · teamleadercrm/ui-typography
0.1.3
In this release, we updated the font-weight of the H1 element to create a bigger contrast compared to a H2 element.
Font weights set to normal
In this release we've set font-weights back to normal, so we can let the font-family decide which weight to apply.
Added font smoothing to heading and text
In this update I've added the font-smoothing to the heading & text classes directly. So with this update, whenever a Heading/Text component is used, the font-smoothing will be set already.
Note: Make sure that you remove the obsolete font-smoothing reset implementation in your projects!
Style adjustments and renamed Text classes
Breaking changes
- .text-body > .text-display
- .text-small > .text-body
- .text-tiny > .text-small
Please update your code!
Heading 4: font & font-weight has changed
Our Heading4 now uses Inter UI Bold (700) instead of Inter UI Strong (900).
Font has changed from ProximaNova to Inter-UI
Merge pull request #3 from teamleadercrm/inter-ui Inter UI
Removed margin reset and support for smallcaps with old-style numbers
- Removed margin from text and heading
- Support for composing smallcaps with old-style-numbers
Convert to cross-browser supported variables
0.0.7 :bookmark: Version 0.0.7
Reset margin for all headings & text
Merge pull request #2 from teamleadercrm/update/remove-margins Version bump
Reset margin-bottom for all headings & text
0.0.5 Version bump