Is it really necessary to have Helvetica Neue as the base font on this site? It's a great font, I like it a lot, but for headings and titles, not the standard text or post content. I may be the only person that has this font installed so it may not be a big deal to most people, but it really makes small text hard to read with this font.
Any way you can drop it from the css?
From aggregate.css:
body {
margin: 0;
/* Setting up font size, leading and font family
* Five simple steps to better typography| Mark Boulton */
font: 13px/1.5em "Helvetica Neue", helvetica, Arial, sans-serif;
background: #ffffff url(http://cdn.androidcentral.com/sites/androidcentral.com/themes/basic/images/site/acbg.png) top repeat-x;
}
by the way, mark boulton is wrong with helvetica neue
Any way you can drop it from the css?
From aggregate.css:
body {
margin: 0;
/* Setting up font size, leading and font family
* Five simple steps to better typography| Mark Boulton */
font: 13px/1.5em "Helvetica Neue", helvetica, Arial, sans-serif;
background: #ffffff url(http://cdn.androidcentral.com/sites/androidcentral.com/themes/basic/images/site/acbg.png) top repeat-x;
}
by the way, mark boulton is wrong with helvetica neue