Hi!
I want to use a body text font (e. g. Helvetica Neue) as a header font. Unfortunately, the given heading fonts don’t comprise the body text fonts.
How can I add the body text fonts to the heading fonts?
Thank you very much for your help!
Cheers,
Thomas
Hi Thomas!
Have you tried using the Advanced Styling Options?
You’d need to select “All Headings”.
Cheers!
Josue
Hi Josue!
Thank you very much for your quick reply.
Unfortunately, the Advanced Styling Options don’t solve my problem, as I can, again, only choose the given Google fonts under “All Headings”. The standard fonts (e. g. Helvetica) are missing …
Do you have any other suggestions?
Cheers,
Thomas
Hi!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
h1, h2, h3, h4, h5, h6 {
font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif !important; }
Best regards,
Yigit
Hi Yigit!
Thanks for your reply. However, that hasn’t worked. I copied your CSS code word by word, but still no Helvetica, Arial, etc. under Enfold-General Styling-General-Heading Font.
Or do I have to look somewhere else?
Cheers,
Thomas
Hi Thomas,
Can you post the link to your website please?
Regards,
Josue
Hey!
Try using this code:
h1, h2, h3, h4, h5, h6 {
font-family: "Helvetica", "Lucida Grande", sans-serif !important;
}
Cheers!
Josue