From df22b0f9b13172c0acd816f2a97fb5258f1a2330 Mon Sep 17 00:00:00 2001 From: kangax Date: Tue, 23 Oct 2012 21:12:48 +0200 Subject: [PATCH] =?UTF-8?q?Default=20"fontWeight"=20is=20now=20correspondi?= =?UTF-8?q?ng=20to=20"normal"=20=E2=80=94=20400,=20instead=20of=20100=20(w?= =?UTF-8?q?hich=20makes=20some=20fonts=20appear=20light).?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/text.class.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/text.class.js b/src/text.class.js index 1ecaeabe..cd6003a6 100644 --- a/src/text.class.js +++ b/src/text.class.js @@ -28,7 +28,7 @@ * @property * @type Number */ - fontWeight: 100, + fontWeight: 400, /** * @property