This is a project tutorial demonstrating how to add Google Fonts to a React project using webfontloader.
You can follow along the full tutorial here: Blog
Simply do:
git clone git@github.com:brandiqa/react-web-fonts.git
cd react-web-fonts
npm install
npm run
Take a look at index.css and index.js to see how the fonts were installed in this React project