Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #254495

    Hello
    I managed to change amost of texts on my website to Trebuchet MS, but I still experience problems with 2 places where I could not change the font. That would be nice if you could suggest how may I do so.

    1st place: Icon box heading.
    http://i.gyazo.com/f062546fd17c85310bea45e3efe40192.png

    2nd place: Special header
    http://i.gyazo.com/d83b1a4652b5fbc23a56d31dd8e64783.png

    On all other texts I got Trebuchet MS working.
    I am using next custom css together with some font chages to css of some plugins:

    .entry-title {
    font-family: “Trebuchet MS”, “Lucida Grande”, “Lucida Sans Unicode”, “Lucida Sans”, Tahoma, sans-serif;
    font-style: normal;
    }

    #top{
    font-family: “Trebuchet MS”, “Lucida Grande”, “Lucida Sans Unicode”, “Lucida Sans”, Tahoma, sans-serif;
    }

    • This topic was modified 10 years, 7 months ago by Superbobrik.
    #255116

    Hi Superbobrik!

    Please add following code to Quick CSS as well

    .iconbox .iconbox_content .iconbox_content_title, body .av-special-heading .av-special-heading-tag { font-family: “Trebuchet MS”, “Lucida Grande”, “Lucida Sans Unicode”, “Lucida Sans”, Tahoma, sans-serif; }

    Cheers!
    Yigit

    #255119

    Hello

    Everything worked great

    Thank you

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Font change’ is closed to new replies.