Change Title of Post Font: Fertigo Pro Script

  • Unknown's avatar

    Hi,

    I’m using the Anthem theme and it doesn’t come with visible titles for posts.

    Hence I used the code below for a) the title to be visible and b) change the font to Fertigo Pro Script.

    My current code for my is:

    article.photo h1 {
    display: block !important;
    }

    .wf-active #content.page a, .wf-active article a {
    font-family: fertigo-pro-script;
    }

    The title is visible, however the font hasn’t changed.

    Will someone please advise?

    Thank you!

    Sunny

    The blog I need help with is: (visible only to logged in users)

  • Unknown's avatar

    Hey @sunnyd88, the code is fine, you just got the font-family wrong :) Try with this:

    .wf-active #content.page a, .wf-active article a {
    font-family: fertigo-script-1,fertigo-script-2,Helvetica,Arial,sans-serif;
    }
  • The topic ‘Change Title of Post Font: Fertigo Pro Script’ is closed to new replies.