You read that right. Tested on multiple machines in the office and the only difference between scenarios was browser size. A coworker narrowed it down to a 2000px sweet spot. Lo
If the fonts are flickering use the following CSS:
html,body { -webkit-font-smoothing: antialiased; }