react-toolbox / react-toolbox-themr

A tool to statically extract and generate custom themes for React Toolbox
MIT License
240 stars 24 forks source link

Noob Question: How to properly set custom fonts with react-toolbox-themr #67

Closed JoshuaColeman closed 3 years ago

JoshuaColeman commented 6 years ago

Hello, I am using create-react-app, react-toolbox, and react-toolbox-themr.

What is the correct way to set the font-family for the entire react app? The theme.css that keeps getting generated references Roboto, and I cannot find a way to override this with the 'reactToolbox'->'customProperties' object in my package.json

I have successfully styled most things by playing css games to over-ride theme.css.. but it seems like I'm missing something.

Thanks for your help! Josh (limecat) Coleman