Remove the text-rendering in the CSS : causes problem with Chrome. fix #106

This commit is contained in:
Sébastien Lucas 2013-11-04 14:36:20 +01:00
parent 9cf33d7d1c
commit 1241c1e89b

View file

@ -7,7 +7,6 @@
-moz-font-smoothing:antialiased; -moz-font-smoothing:antialiased;
-o-font-smoothing:antialiased; -o-font-smoothing:antialiased;
font-smoothing:antialiased; font-smoothing:antialiased;
text-rendering:optimizeLegibility;
} }
html { font-size: 100%; -webkit-text-size-adjust: 100%; html { font-size: 100%; -webkit-text-size-adjust: 100%;