Hi! I need to use a google font, Montserrat, for all the “h” tags (h1 to h6) How can I do that?
I've tried this: http://www.kriesi.at/support/topic/add-new-google-webfont, but for the "h tags" it doesn't run…
Hi! I need to use a google font, Montserrat, for all the “h” tags (h1 to h6) How can I do that?
I've tried this: http://www.kriesi.at/support/topic/add-new-google-webfont, but for the "h tags" it doesn't run…
Hi lagalga,
What about it doesn't work? Once the plugin loads in the google font you want you may need to assign it to the headings with a bit of css. Ex:
#top h1 {
font-family: "My Google Font", serif;
}
Regards,
Devin
OK, I was trying to do it without "#top"… :P
The #top id just gives the css a bit higher priority so it will help your font to take effect Glad that it worked for you :)
Regards,
Devin
This topic has been closed to new replies.