Why is web text distorted?

5

2

On various websites text is distorted, this is happening in both Chrome and IE, but only to certain parts of text - the same page can show both normal and distorted text. See the two screenshots below. I am running Windows 7 64-bit, and AMD Catalyst drivers. What can I do to fix this?

enter image description here

enter image description here

davivid

Posted 2013-04-02T11:26:26.683

Reputation: 223

try to disable Hardware acceleration in both browsers. – magicandre1981 – 2013-04-02T17:49:50.687

Ive disabled GPU compositing on all pages in Chrome with no effect – davivid – 2013-04-04T14:50:44.350

open Catalyst Center and play with the offered AA settings. – magicandre1981 – 2013-04-04T15:10:34.980

I couldn't find anything that had any effect. – davivid – 2013-04-11T08:22:51.160

weird font, is it a font problem? – LiuYan 刘研 – 2013-04-11T08:32:30.253

Answers

3

I would guess that this is a font problem.

A first step toward analyzing the problem is finding out exactly which font is used for the distorted text and how it differs from non-distorted ones. It would also be interesting to know if the problem arrives in Firefox.

Some tools you can use are :

Firefox : The add-on Font Finder that can analyze the font, and Firebug that can in addition list all the CSS styles that are affecting the text.

Chrome : DevTools or the extension WhatFont or Firebug Lite.

IE : Developer tools (F12) or Firebug Lite.

Please post your results of the analysis of the problematic fonts, even if not conclusive.

harrymc

Posted 2013-04-02T11:26:26.683

Reputation: 306 093

Brilliant thank you. The font stack 'Helvetica Neue',Helvetica,Arial,sans-serif; was causing the problem. I deleted Helvetica Neue out of the fonts directory and everything is now OK! – davivid – 2013-04-11T12:06:58.210

Actually only the Ultralight version was in the pack, makes sense. – davivid – 2013-04-11T12:24:23.363

0

Its just a guess, but I'd suggest tweaking your cleartype settings - this should be under adjust cleartype text in windows. Since this turns up in screenshots, this probably rules out monitor related wierdness, its probably some setting somewhere, and cleartype seems the most obvious to me.

Journeyman Geek

Posted 2013-04-02T11:26:26.683

Reputation: 119 122