11 Mar
Font rendering fix in Chrome
Seems like there was a reason Chrome rendered the text on this web page rather poorly at first go:
See this page, but basically you need to set the anti-aliasing for Chrome:
-webkit-font-smoothing: antialiased;
11 Mar
Seems like there was a reason Chrome rendered the text on this web page rather poorly at first go: See this page, but basically you need to set the anti-aliasing for Chrome:
-webkit-font-smoothing: antialiased;