0

I've seen theories around the interwebs for solutions to the cleartype issues with Chrome, Opera, and IE7-8. IE9 and Firefox ignore a user's preferences for cleartype, so I was wondering if there was a way to force a website's fonts to display as anti-aliased for each user visiting? I've tried hidden text-shadow, -webkit-font-smoothing, a little extra text-stroke, and more, all to no avail. Help?

Chad
  • 5,308
  • 4
  • 24
  • 36
  • Can we see these tests? And what font(s) are you working with? – TheZ Jul 10 '12 at 21:54
  • Well, the tests didn't actually do anything at all. I want to get either Univers or Helvetica Neue working, and at this point it doesn't really matter which one. – Chad Jul 10 '12 at 21:57

1 Answers1

2

No, you can't force browsers to render text with anti-aliasing, especially if they've chosen to respect the user's preference to not anti-alias text.

Anthony Mills
  • 8,676
  • 4
  • 32
  • 51