Recommended Posts

When viewing certain webpages, the font ends up looking off when I use any web browser on my computer.

I checked the encoding and the css says the font should be: font-family: 'Open Sans',sans-serif;

Here is one webpage for an example that shows up looking weird for me.

http://www.nbcnews.com/technology/technolog/ftc-scolds-apple-google-developers-over-lack-kids-privacy-1C7527970

I've attached a photo of what it looks like.

Anyone have any suggestions as to what's going on? Am i missing a font or something? I'd prefer to not just use firefox fonts and instead use the webpage fonts if possible.

post-1552-0-72724100-1355164831.jpg

Link to comment
https://www.neowin.net/forum/topic/1124874-weird-font-issue/
Share on other sites

I have clear type on for windows, and have tried with hardware acceleration on and off, which doesn't seem to make a difference. If it's hardware rendering, there's probably not much I can do about it then. Though it seems like it shouldn't look that bad?

Latest driver I found of this GPU for Windows 7 64-bit is: http://support.amd.c...14〈=English

If you are using Windows XP then it is likely that case of GDI font rendering while I am on Windows 7 which uses DirectWrite font rendering.

In case of XP, I suggest you to use font smoothing 3rd party software like GDI++.

Since this DirectX 9 GPU, it might be not using D2D API for directwrite font rendering.

Try this: http://www.microsoft.com/typography/cleartypepowertoy.mspx

or this: http://www.askvg.com/how-to-get-mac-os-or-linux-style-font-smoothing-in-windows/

In second link, add your explorer.exe if want system wide font smoothness or else just firefox.exe.

I think the issue you're running into is that the Open Sans font the page is providing is a PostScript type font (vs. TrueType). Any version of Windows prior to Vista (And even on Vista+ if you use GDI) can't render these well, nothing you can really do about it.

Hooking the font APIs (Like in the second link above) could fix it, but that'll also introduce other subtle errors.

This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.