Remove the text-rendering in the CSS : causes problem with Chrome. fix #106
This commit is contained in:
parent
9cf33d7d1c
commit
1241c1e89b
|
@ -7,7 +7,6 @@
|
|||
-moz-font-smoothing:antialiased;
|
||||
-o-font-smoothing:antialiased;
|
||||
font-smoothing:antialiased;
|
||||
text-rendering:optimizeLegibility;
|
||||
}
|
||||
|
||||
html { font-size: 100%; -webkit-text-size-adjust: 100%;
|
||||
|
|
Loading…
Reference in a new issue