I'm new to react js. I just created new React project and now I want to change the default font to my own font files
I want to add my own Fonts file to my React Project, How can I do so?
I'm new to react js. I just created new React project and now I want to change the default font to my own font files
I want to add my own Fonts file to my React Project, How can I do so?
You can install a webfont loader
If you have yarn
If you have npm
You can then import it like this:
Then, in your index.js file:
and this allows you to use these fonts, like so
and then you can use this class wherever you need it.