Skip to content

Commit 15b25a5

Browse files
committed
use numeric font-weight in mocks
1 parent 3a3f458 commit 15b25a5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

test/image/mocks/texttemplate.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@
167167
],
168168
"layout": {
169169
"font": {
170-
"weight": "bold",
170+
"weight": 700,
171171
"style": "italic",
172172
"variant": "small-caps"
173173
},

test/image/mocks/texttemplate_scatter.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@
8383
],
8484
"layout": {
8585
"font": {
86-
"weight": "bold",
86+
"weight": "700",
8787
"style": "italic",
8888
"variant": "small-caps"
8989
},

0 commit comments

Comments
 (0)