Forums

Typeface not displaying bold or italics (6 posts)

  1. jonnycazzolawordpress
    Member
    Posted 2 years ago #

    Hello,

    For some reason when I add bold or italics to my pages or post it doesnt show up on the site, colours work, but not bold or italics.

    Is this something I have to change in the stylesheet?

    http://www.rubyredcoaching.com

    Thanks, Jonny.

  2. equalmark
    Member
    Posted 2 years ago #

    On line 23 of your stylesheet (style.css) change

    font-weight: inherit

    to

    font-weight: bold

  3. alchymyth
    The Sweeper
    Posted 2 years ago #

    i would delete the lines with:

    font-weight: inherit;
    font-style: inherit;
    font-size: 100%;
    font-family: inherit;
  4. henkholland
    Member
    Posted 2 years ago #

    Yes definitely and after that check in Firefox because FF now does not even dot the bold words. IE7 did bold allready.

  5. jonnycazzolawordpress
    Member
    Posted 2 years ago #

    All very helpful, worked a treat!

    Thanks very much.
    Jonny.

  6. henkholland
    Member
    Posted 2 years ago #

    Hi Jonny,

    Sorry to spoil your state of bliss but in IE7 the content is pushed to the right.
    A not properly closed or a <div>
    See here: http://validator.w3.org/

Topic Closed

This topic has been closed to new replies.

About this Topic