Changing Fonts Style

You can add/change the site font, from all fonts used from Google Web Font Services, with the one that suits you the best. You can find the font link in top of the HTML in all HTML file. See example below:

<!--  Montserrat font -->
<link href="https://fonts.googleapis.com/css?family=Montserrat:300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i" />
 
<!--  Engagement font -->
<link href="https://fonts.googleapis.com/css?family=Engagement" />
 
<!--  Great Vibes font -->
<link href="https://fonts.googleapis.com/css?family=Great+Vibes" />

In order to change the fonts, you will need to edit the above links with your custom font, You can easily use Google Web Font Services if you plan to use a Google Font or remove it completely. If you plan to use a self hosted font, here is an Example of using Self Hosted Fonts

Suggest Edit