Default "fontWeight" is now corresponding to "normal" — 400, instead of 100 (which makes some fonts appear light).

This commit is contained in:
kangax 2012-10-23 21:12:48 +02:00
parent 8cb91396c6
commit df22b0f9b1

View file

@ -28,7 +28,7 @@
* @property
* @type Number
*/
fontWeight: 100,
fontWeight: 400,
/**
* @property