I'm have an issue with an app where, when I test in Windows, fonts will show up very blurry and pixelated.
My font family is very simple:
body {
font-family: Helvetica, Arial, sans-serif;
Here's an example:
On my development box, I have no issues at all (Ubuntu/Firefox/Chrome).
I'm fairly new to CSS - could this be an OS thing? A Windows machine should have Arial though should it not?