0

This site for example: http://www.cultbox.co.uk/reviews/episodes/778-twenty-twelve-episode-3-review

Which has this CSS - http://www.cultbox.co.uk/style.css

body {
    text-align: center;
    font-size: 1em;
    font-family: Helvetica Neue,Helvetica,Arial,sans-serif;
    color: #000000;
    background: #D3D8E1;
}

I think I first saw this problem on Tech Republic.

Also is it possible to find out which Font the browser chose to render in?

3
  • You have to tell us what browser(s) you are using.
    – Sam Axe
    Commented Apr 28, 2012 at 0:05
  • It makes no difference which browser I use, only which operating system. Commented Jun 7, 2012 at 15:24
  • I'll modify the above statement slightly whilst using Internet Explorer, and Chrome the text looks identically rubbish. In Safari the text is identical if you leave font smoothing to "Windows Standard", however other settings result in smooth text, Firefox always has smooth text. Commented Jun 7, 2012 at 15:32

1 Answer 1

0

IE7 under Windows 7 uses the new DirectWrite API, which can make some font/size combinations look terrible. The solution (if I remember correctly) is to use a size that equates to a whole pixel value.

These links may provide more insight: Line One Link Two

1
  • 1
    The problem is the reverse tho
    – Journeyman Geek
    Commented Jun 7, 2012 at 16:23

You must log in to answer this question.

Not the answer you're looking for? Browse other questions tagged .