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.
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:
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?
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!