How to Change Global Fonts ?
We have used google fonts in our template. To change the fonts of the theme go to the variable.scss file in scss folder, where the google fonts link is imported.
Note:
First run gulp and make modifications according to the specifications.
Refer this link
Gulp, if unacquainted on how to run Gulp.
gulp
@import url('https://fonts.googleapis.com/css?family=Montserrat:300,400,500,600,700');
$font-family-sans-serif: 'Montserrat',sans-serif !default;
Now, save the variable.scss file and check in browser.
To change the fonts of the theme then
put the URL of
the fonts that is required and
change font family
in the
variable.scss file.