Anonymous - 2012-01-20

Originally posted by: pa...@casaschi.net

custom font display and Internet Explorer 9 issue

Current version of Internet Explorer 9 (9.0.8112.16421 at the moment of writing) seem to have an issue with applying a custom font to the body element as suggested in the notes above. As a result the proposed .body statement might not work as expected with Internet Explorer 9.

A possible fix is to manually assign the custom font to every relevant element, with a statement like the following:

  div, span, table, tr, td {
    font-family: 'pgn4web Liberation Sans', sans-serif; /* fixes IE9 body css issue */
  }
 

Last edit: Anonymous 2015-07-05