Change Font for all Posts

  • Anonymous

    #429

    I want to change the font for all my posts to “Trebuchet MS”

    I’ve changed all other fonts on page but cant seem to find where to accomplish this?

    thanks for ur help

    Admin

    Syahir Hakim

    #12457

    Add this in your child theme’s style.css file:

    .entry-content p, .slider_post_entry p, .entry-content ul, .entry-content ol, .comment-entry ol{
    font-family:"Trebuchet MS";
    }

    If you haven’t created a child theme yet, the next update of the theme will allow you to enter custom CSS from the theme’s options page, eliminating the need to create a child theme for simple styling mods.

Viewing 2 posts - 1 through 2 (of 2 total)

  • You must be logged in to reply to this topic.