This is the CSS for the font:
body {
-moz-font-smoothing: antialiased;
-webkit-font-smoothing: antialiased;
background: #000;
color: #656565;
font-family: Arial, Helvetica, sans-serif;
font-smoothing: antialiased;
line-height: 1.5rem;
text-rendering: optimizeLegibility;
}
This is what my site uses:
body {
font-family: Arial,'Open Sans', 'HelveticaNeue', 'Helvetica Neue', Helvetica, sans-serif;
font-size: 100%;
line-height: 1.65;
color: #727272;
}
There’s many factors how a font looks:
1. resolution
2. font size
3. font weight (bold normal, etc)
4. font colours
Font size will probably be the more influential of the list because the larger the font, the more detail or differences you will see when comparing fonts.