How to change fonts

The fonts can be added in app/fonts folder.

After you done that you will need to specify in your css (app/style/scss/_vars.scss) the font’s family.

This is how the SCSS code should look like:

The fonts are loaded in the header of each HTML file

<!-- Fonts -->
<link href="https://fonts.googleapis.com/css?family=Gilda+Display|Montserrat:400,700|Open+Sans" rel="stylesheet">