Don’t forget to take a backup of the file prior to any change. We won’t be able to help in case of data loss.
Please always take a backup of the original file before editing.
Open wp-content/themes/fudge/css/schemes/corporate-1.css
Add following h1 styling to before the mobile version style starts (/*****MEDIA QUERIES FOR MOBILE STYLES *****/) around line number 412
h1 {font-family:’Montserrat’, sans-serif;}
Open wp-content/themes/fudge/header.php
Add the following code to <head></head> section (around line number 19)
<link href=’http://fonts.googleapis.com/css?family=Montserrat; rel=’stylesheet’ type=’text/css’>
Then update both files.
The body font is already ‘arial/helvetica’. So not need to change this.