dxc-technology / halstack-react

Library of components for building SPAs with React and Halstack Design System
https://developer.dxc.com/halstack/
Apache License 2.0
15 stars 14 forks source link

Fonts moved to a stylesheet + added css loader and style loader #1952

Closed Jialecl closed 7 months ago

Jialecl commented 7 months ago

Checklist (Check off all the items before submitting)

Purpose Font imports changed to avoid scenarios in which they are not correctly loaded.

Description Font imports were added to a stylesheet. css-loader and style-loader added to load correctly the style sheet.

Closes #1948