Tagged: 

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #56530
    Sebastian
    Member

    Hey,
    is it possible to change the overall font of my site to a *.ttf font that I have? Including the menu and featured content stuff whatsoever 🙂
    Bless

    #56552
    Sakin
    Keymaster

    @Sebastian: For that you need to build child theme and add your font file using font-face css. There is also font plugin that you can use. Try searching for font plugin at WordPress.org.

    Then you can change the font-family in the following css and then add it in “Appearance => Theme Options => Custom CSS” box:

    body, button, input, select, textarea {
        font-family: "Open Sans",sans-serif;
    }
Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘Adding a different font..?’ is closed to new replies.