HarveyD / react-component-library

A project skeleton to get your very own React Component Library up and running using Rollup, Typescript, SASS + Storybook
https://blog.harveydelaney.com/creating-your-own-react-component-library/
MIT License
790 stars 167 forks source link

[Feature] Add custom fonts #60

Open raphaelguimaraeszup opened 1 year ago

raphaelguimaraeszup commented 1 year ago

Hi HarveyD, I'm doing a design system following your article (very thanks for this!) and now I need to add some custom fonts to my components, but it can also be in createGlobalStyle with styled-components , so I would like to propose this feature in your repo.

In case, I'm having trouble doing this on mine, if you've already seen this and know how to do it, if you can help me, I'd be very grateful.