I need to know how to change the font of my headlines to some available in Microsoft word. Help please!
Hi There,
You can add this inline style to the style field of your custom headline:
.my-custom-font {
font-family: 'Lato', sans-serif;
}
Hope it helps
It worked, thank you. However, I would like to include two different fonts in the same line of text, how can i do this?
Hi again,
You can give this a try https://stackoverflow.com/questions/7524185/can-we-add-a-span-inside-h1-tag#answer-7524233
Hope this helps!
Hi, quick hi-jacking of this matter, is there any way to apply a font with that bit of code (in my case: font-family: ‘Montserrat’, sans-serif; ) to the entire site?
My apology if this breaks a forum rule, won’t do it again if it does!
Hello @Ruud,
Even if it is slightly related, we do recommend that users go ahead and open up a new thread for all questions just to keep things as clean as possible since it can be easy as it can be easy for a thread to change direction from the original inquiry. That being said, for your particular situation, Montserrat is a Google Font, so you should be able to add that to your site via the theme’s included options under the Typography section in Theme Options. If you have questions related to adding custom @font-face
fonts, there are a few threads throughout the forum that explain this in a bit more detail, which you can find fairly quickly by searching. Here is one example that came up which you may find useful if you are trying to add a custom font:
Cheers!