Important Note


We have shifted our support forum with more advance feature, So if you are Pro buyer at InkThemes.com, Do ask all your support queries at http://www.inkthemes.com/community



InkThemes Support Forum » Dzonia Theme

How do you change the font?

(5 posts)
  1. jdogg23
    Member

    Member
    Joined: Jun 2012
    Posts: 24

    I know there was a thread already about this but it was confusing. Im starting from little knowledge as well. Can someone help me change the font to helvetica condensed bold? I have the font on my computer. I want to especially change it on the top page links. Thanks in advance.

    Posted 11 months ago #
  2. Nitesh
    Support Staff

    Support Staff
    Joined: Dec 2011
    Posts: 1,888

    paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS

    #menu li a {
    font-family: helvetica condensed bold;
    }

    Thanks.

    Posted 11 months ago #
  3. jdogg23
    Member

    Member
    Joined: Jun 2012
    Posts: 24

    Thanks but how do you do this for the paragraph font and the entire site? Also how do you make the font in the middle of the home page larger. Thanks

    Posted 11 months ago #
  4. Nitesh
    Support Staff

    Support Staff
    Joined: Dec 2011
    Posts: 1,888

    paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS

    For middle text

    p{
    font-family: your font type;
    }

    For whole theme paragraph font

    .fullwidth-col p{
    font-size:your font size;
    }

    Thanks.

    Posted 11 months ago #
  5. jdogg23
    Member

    Member
    Joined: Jun 2012
    Posts: 24

    Thanks a bunch you have been very helpful. One last question...
    If I have changed to the font "helvetica" for example, If some one that does not have helvetica typeface on there computer views the website will it still have the helvetica typeface? If not is there a way to fix this?

    Posted 11 months ago #

RSS feed for this topic

Reply

You must log in to post.