Okay
  Public Ticket #1118076
Header Font
Closed

Comments

  • Ryan Karpowicz started the conversation

    Hi.  1st, great theme.  I love it.  

    I am trying to change the site title font - I can change the nav menu font just fine.  I'm using Google Font, Permanent Marker. I read the other support tickets relating to this that were referenceing installing custom fonts.  I put the google code in my head.php, and even tried the @import in my custom CSS - still not working.

    See the attachment for reference.

    Any thoughts?


  •  3,030
    Andrew replied

    Hi Ryan,

    I hope you are having an awesome day and thanks for contacting us regarding your query.

    You may add this to the Custom CSS Code section located by navigating to Appearance>General Settings>CSS/Script Related>Custom CSS Code from your WordPress Dashboard:

    a#logo {
        font-family: Permanent\ Marker!Important;
        font-weight: 100!Important;
    }

    Adding this seems to work from my end so it should work for you.

    I hope this helps 

    Cheers!