Fonts & Font Icons

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/

Last updated