defactor-com / ui-kit

A Collection of FrontEnd Components for Defactor User Interfaces :nut_and_bolt:
https://ui-kit.defactor.dev
Apache License 2.0
1 stars 0 forks source link

fix(Typography): Fixed Fonts. #306 #324

Closed pzagardedukic closed 2 months ago

pzagardedukic commented 2 months ago

Fixed Fonts

What does this PR do?

Updates Applied to Stylesheets:

Imported the 'DM Sans' font from Google Fonts: @import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&display=swap');

Updated themes.ts to specify the default font family: fontFamily: '"DM Sans", sans-serif',

The recent changes have been successfully implemented, and the fonts are now displaying correctly.