fonts

Marketplace Forums Themes My Wooden fonts

Tagged: , ,

This topic contains 2 replies, has 3 voices, and was last updated by  hannabone3445 1 year, 4 months ago.

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #1976

    ksea
    Member

    hi, I`m from Poland and I have a problem with polish fonts in header and post titles. How can I change the main font to polish letters?
    Besides, I see that page open with different fonts when I use Chrome, and Mozilla. What can I do to make it consistent?
    regards, K.

    #1979

    mythemes
    Member

    style.css

    after follow text:
    /* EXTERNAL IMPORTS GOOGLE FONTS */

    exists linee:
    @import url(http://fonts.googleapis.com/css?family=Yanone+Kaffeesatz|PT+Sans+Narrow);

    remove it and import your custom font

    after go to “Appearance \ Theme Options”
    field : Add custom css

    in this textarea add this code:

    h1, h2, h3, h4, h5, h6 {
    font-family: "Your Font Name", sans-serif;
    }
    

    title font size

    hgroup h1{
    font-size: 48px;
    }
    

    Post Title Font Size

    section.list-view h2.post-title{
    font-size: 36px;
    }
    
    #13087
Viewing 3 posts - 1 through 3 (of 3 total)

You must be logged in to reply to this topic.

[email protected] [email protected]