Universal React Redux Registration
  • Getting Started
  • Backend Project architecture
  • Frontend Project architecture
  • Clone the repository
  • Set-up the Backend
  • Set-up the Frontend
  • JSON Web Tokens
  • Server & Client Bundles
  • Unit tests
  • Create new pages
  • Restrict Access (Authenticated Users Only)
  • Redux-Form
  • Custom Layouts
  • Custom Page titles and SEO
  • SCSS
  • Fonts & Font Icons
  • Images
Powered by GitBook
On this page

Fonts & Font Icons

PreviousSCSSNextImages

Last updated 6 years ago

Fonts

Throughout the project we reference a single font family 'Lato', but have multiple font weights.

We have the following weights included within the project:

  • Regular: 400

  • Bold: 700

If you wish to change the font or add additional font weight, simply update the import in the following file:

'Frontend/src/helpers/renderer.js'

Font Icons

We are using Font Awesome in this project by default. Feel free to use the library by adding additional icons within the web app.

For more information, please see:

https://fontawesome.com/