carrot-kpi / monorepo

A monorepo for Carrot v1.
GNU General Public License v3.0
5 stars 2 forks source link

Research storybook font imports #11

Closed Diogomartf closed 1 year ago

Diogomartf commented 1 year ago

Currently we are importing from @font-source the IBM Plex Mono font on frontend package and on the UI package. It might be better to only import it in one place.

The idea is to research this possibility and apply it to our codebase.

Some ideas from a conversation with Federico:

luzzif commented 1 year ago

Lookng at the code again, I'm pretty sure this is already done in the CarrotUIProvider, which wraps all of Storybook previews. The IBM plex mono font is available through fontsource, while we might need to add an explicit import for Helvetica.

luzzif commented 1 year ago

Done