Skip to content

Commit dfde4b1

Browse files
committed
make arrayOk styling attributes
1 parent cc28647 commit dfde4b1

File tree

2 files changed

+1500
-0
lines changed

2 files changed

+1500
-0
lines changed

src/plots/font_attributes.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,9 @@ module.exports = function(opts) {
105105

106106
if(opts.arrayOk) {
107107
attrs.family.arrayOk = true;
108+
attrs.weight.arrayOk = true;
109+
attrs.style.arrayOk = true;
110+
attrs.variant.arrayOk = true;
108111
attrs.size.arrayOk = true;
109112
attrs.color.arrayOk = true;
110113
}

0 commit comments

Comments
 (0)