brandiqa / react-web-fonts

Project tutorial demonstrating how to add Google fonts to a react project

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

React Web Fonts

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

How to Install

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

About

Project tutorial demonstrating how to add Google fonts to a react project


Languages

Language:JavaScript 48.0%Language:HTML 35.3%Language:CSS 16.7%