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

    Hi

    Is it possible to add this as a font option?

    #398219

    Hi ptaljaard!

    On which element would you like to use it? Adding following code to Quick CSS in Enfold theme options under General Styling tab would change the font family of main menu items

    .av-main-nav > li > a { font-family: "Times New Roman"!important; }

    Cheers!
    Yigit

    #398252

    Thanks, and all text on the site?

    #398253

    Hey!

    All all? If so, please use following

    body * { font-family: "Times New Roman"!important; }

    Best regards,
    Yigit

    #1002415

    i would to change only one word GYROTONIC® in font-family: “Times New Roman”
    i try to setting tag <mark> in advanced style
    but it does not works
    http://www.pilafit.ch/

    #1002537

    Hi margiela,

    Please try the following in Quick CSS under Enfold->General Styling:

    mark {
      font-family: "Times New Roman"!important;
    }

    Best regards,
    Rikard

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