Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #221436

    Is there any code I can put in the css field that will make all fonts Helvetica Neu? or then default to arial, verdana, or san serif?

    Thx in advance.

    #221474

    Hey fgrippe!

    Go to Enfold > Styling > look for “Defines the Font for your body text”. Select “Helvetica Neue”. Add this on Quick CSS or custom.css:

    h1, h2, h3, h4, h5, h6 {
    font-family: "Helvetica Neue", "Times New Roman", Georgia, Arial, sans-serif;
    }

    Cheers!
    Ismael

    #221823

    Thx as always Ismael.

    I put the code in the custom css field and removed the Times New Roman font because it is a serif font.

    I did this:

    h1, h2, h3, h4, h5, h6 {
    font-family: “Helvetica Neue”, Arial, Verdana, sans-serif;
    }

    Nothing changed.

    ?

    #221827
    This reply has been marked as private.
    #221844

    Hi!

    Add !important to the code:

    h1, h2, h3, h4, h5, h6 {
    font-family: “Helvetica Neue”, Arial, Verdana, sans-serif !important;
    }
    

    Regards,
    Josue

    #221874
    This reply has been marked as private.
Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Font control’ is closed to new replies.