Font Page: A new Storybook page showcasing the different font variations.
Example Index: The example project on the UI Kit main page has been updated with descriptions for each example. [Take a look] (https://future-standard.github.io/scorer-ui-kit)
Fixes
Font Updates:
Added a new Lato font variant to improve design consistency.
Set the text-rendering style value to geometricPrecision for improved text clarity.
Updated GlobalUI to use a heavier font weight, matching the new Lato font files.
Deprecated features and breaking changes
To ensure consistency with the updated design, new Lato font files need to be manually added to your project when updating to this UI Kit version. The fonts can be downloaded from the UI Kit Font folder:
Lato3Ita3M-VF.woff2
Lato3Upr3M-VF.woff2
index.ts
If you prefer not to update to the new fonts, you may add a CSS override by setting text-rendering: optimizeLegibility to prevent the fonts from appearing too thin. See an override style example here
Description
Release 2.4
Features
Fixes
text-rendering
style value togeometricPrecision
for improved text clarity.Deprecated features and breaking changes
To ensure consistency with the updated design, new Lato font files need to be manually added to your project when updating to this UI Kit version. The fonts can be downloaded from the UI Kit Font folder:
Lato3Ita3M-VF.woff2 Lato3Upr3M-VF.woff2 index.ts
If you prefer not to update to the new fonts, you may add a CSS override by setting
text-rendering: optimizeLegibility
to prevent the fonts from appearing too thin. See an override style example here