• Resolved katemgilbert

    (@katemgilbert)


    I have added fonts to my stylesheet, but they’re not showing up on the live site. All instances of the font-family tag are for Trebuchet MS, however Arial persists. When I use Firebug inspector, all instances of the font-family tag are crossed out except one, which is set to Trebuchet MS.

    Here’s the site in development: http://ecbiz102.inmotionhosting.com/~dreamb12/

    I want ALL font to be Trebuchet MS. Any idea how I can get headers and nav elements to show in this font?

Viewing 2 replies - 1 through 2 (of 2 total)
  • Michael

    (@alchymyth)

    you have unrecognized characters in your stylesheet:

    font-family: ‘Trebuchet MS’, Helvetica, sans-serif;

    make sure to use straight quotes ‘ for all coding, inlcusive css.

    the sqint ones unfortunately come often from copy/paste out of articles

    Thread Starter katemgilbert

    (@katemgilbert)

    Good catch! That’s what I get for pasting…

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘CSS fonts overridden’ is closed to new replies.