Change Headline font across site

Discussion in 'Cloriato WordPress Theme' started by elisabetlagerstedt, May 25, 2013.

  1. elisabetlagerstedt

    elisabetlagerstedt New Member

    Joined:
    May 18, 2013
    Messages:
    2
    Likes Received:
    0
    Hi,
    I just managed to change the font of the body text to "Verdana". I would now like to change all headlines to the font "Century Gothic". How do I do that across the site (Cloriato theme)?

    Thanks so much for the help! Skärmavbild 2013-05-25 kl. 20.24.52.png

    Best regards,
    Elisabet
     
  2. Piyush

    Piyush Support Staff

    Joined:
    Dec 8, 2012
    Messages:
    4,745
    Likes Received:
    107
  3. elisabetlagerstedt

    elisabetlagerstedt New Member

    Joined:
    May 18, 2013
    Messages:
    2
    Likes Received:
    0
    Hi Piyush,
    what e-mail address can I use (since the site is still not public)?

    Elisabet
     
  4. Piyush

    Piyush Support Staff

    Joined:
    Dec 8, 2012
    Messages:
    4,745
    Likes Received:
    107
  5. Piyush

    Piyush Support Staff

    Joined:
    Dec 8, 2012
    Messages:
    4,745
    Likes Received:
    107
  6. carosol

    carosol New Member

    Joined:
    Apr 24, 2014
    Messages:
    1
    Likes Received:
    0
    I would like to do the same.
    Piyush could you help me.
    Thank you.
     
  7. Pramod

    Pramod Guest

    Joined:
    Aug 8, 2014
    Messages:
    2,847
    Likes Received:
    63
    Hello,
    You have to follow two steps.
    Step-1:Follow below image.
    Step-2:
    Paste the code given below in Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.
    Code:
    h1,h2,h3,h4,h5,h6{
    font-family: century goathic !important;
    }
    body{
    font-family:verdana;
    }
    Thanks & Regards
    Pramod
     

    Attached Files:

    • 1.png
      1.png
      File size:
      202.4 KB
      Views:
      3
  8. lorimartin

    lorimartin New Member

    Joined:
    Nov 15, 2014
    Messages:
    1
    Likes Received:
    0
    I am trying to change the headline font and when I go to the editor page, the list on the right hand doesn't look the same and I cannot find the custom.js file. Any suggestions?
     
  9. Yogesh

    Yogesh Guest

    Joined:
    Aug 8, 2014
    Messages:
    2,052
    Likes Received:
    41

Share This Page