Navigation
This is archived content. Visit our new forum.
  • Author
    Posts
  • #636995

    mikerayjones
    Participant

    Hi

    If you take a peek at http://louder.city/category/louder-city-news/ you’ll see that the meta-text (class p-meta) is not inheriting the site-wide Google font. How can I force it to do so?

    I’m using the latest X and WP.

    Thanks
    Mike.

    #637125

    Prasant Rai
    Moderator

    Hello Mike,

    Thanks for writing in!

    Kindly use following CSS under Custom > CSS in the Customizer:

    p.p-meta {
        font-family: "Wire One","Helvetica Neue",Helvetica,sans-serif !important;
    }

    Let us know how it goes.

    Thanks.

    #638766

    mikerayjones
    Participant

    Perfect – thank you!

    #638769

    Christopher
    Moderator

    You’re welcome.