Tagged: ,

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #276954

    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

    #277048

    Hi Thomas!

    Have you tried using the Advanced Styling Options?

    You’d need to select “All Headings”.

    Cheers!
    Josue

    #277440

    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

    #277548

    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

    #278003

    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

    #278125

    Hi Thomas,

    Can you post the link to your website please?

    Regards,
    Josue

    #279072
    This reply has been marked as private.
    #279138

    Hey!

    Try using this code:

    h1, h2, h3, h4, h5, h6 {
       font-family: "Helvetica", "Lucida Grande", sans-serif !important; 
    }

    Cheers! 
    Josue

Viewing 8 posts - 1 through 8 (of 8 total)
  • You must be logged in to reply to this topic.