mirror of
https://github.com/Hopiu/fabric.js.git
synced 2026-05-12 15:53:10 +00:00
Default "fontWeight" is now corresponding to "normal" — 400, instead of 100 (which makes some fonts appear light).
This commit is contained in:
parent
8cb91396c6
commit
df22b0f9b1
1 changed files with 1 additions and 1 deletions
|
|
@ -28,7 +28,7 @@
|
|||
* @property
|
||||
* @type Number
|
||||
*/
|
||||
fontWeight: 100,
|
||||
fontWeight: 400,
|
||||
|
||||
/**
|
||||
* @property
|
||||
|
|
|
|||
Loading…
Reference in a new issue