How do I change page title and body fonts?

  1. Home
  2. Docs
  3. Fudge
  4. Frequently Asked Question...
  5. How do I change page title and body fonts?

How do I change page title and body fonts?

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.

 

Was this article helpful to you? Yes 1 No