dohomi / tamagui-kitchen-sink

Home of tamagui-extras, a component library which extends Tamagui with additional features..

Home Page:https://tamagui-extras.vercel.app/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Inter font is not used in Storybook

la55u opened this issue · comments

Some fonts are not loading properly, it should be Inter but it's loading the System font. You can observe it here: Alert story
However on the Card story it shows the correct Inter font. Could you add an example how to load fonts properly in Storybook with Tamagui?

Thank you for this repo, it helped me a lot

good catch I will look into this

@la55u I used the wrong component for the Alert, now <Paragraph> is in use which uses $body fontFamily. You will find the imports of fonts here