changing font type

Discussion in 'Photomaker WordPress Theme' started by andinheiro, May 4, 2016.

  1. andinheiro

    andinheiro New Member

    Joined:
    Jun 16, 2013
    Messages:
    14
    Likes Received:
    4
    Hi, how do i change font style in this theme because in style.css are some font famly and 2 versions of font-family like the following:

    font-family: Source Sans Pro, Verdana, Arial, sans-serif;

    font-family: Voces, Verdana, Geneva, sans-serif;

    and the word: font-family are in 6 parts, so also where do i have to customize to get the change of the font type of the site?
     
  2. priya

    priya Guest

    Hello,

    Greetings from InkThemes!

    Please paste the code given below in Custom CSS section (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.
    Code:
    body {
        font-family: Verdana;
    }
    h1, h2, h3, h4, h5, h6 {
        font-family: Arial
    }
    Change the font family as per your requirement..

    Hope it will resolve your issue

    Do let me know if you need more assistance,

    Thanks & Regards!
    Priyanka
    InkThemes.com
     
    smith and andinheiro like this.

Share This Page