Skip to content

Commit dd1dc35

Browse files
committed
use Roboto instead of Balto - Roboto used to be in legend_horizontal_autowrap ONLY
1 parent 6a15c9e commit dd1dc35

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

test/image/mocks/fonts.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -109,14 +109,14 @@
109109
},
110110
{
111111
"yanchor":"middle",
112-
"text":"Balto <b>Bold</b> <i>Italic</i>",
112+
"text":"Roboto <b>Bold</b> <i>Italic</i>",
113113
"arrowsize":1,
114114
"textangle":0,
115115
"borderwidth":1,
116116
"ay":-26.0078125,
117117
"ax":-10,
118118
"font":{
119-
"family":"Balto, sans-serif",
119+
"family":"Roboto, sans-serif",
120120
"size":20
121121
},
122122
"arrowcolor":"",

test/image/mocks/geo_text_chart_arrays.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@
9797
],
9898
"family": [
9999
"Arial, sans-serif",
100-
"Balto, sans-serif",
100+
"Roboto, sans-serif",
101101
"Courier New, monospace",
102102
"Noto Sans, sans-serif",
103103
"Noto Serif, serif",

test/image/mocks/gl2d_fonts.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -165,10 +165,10 @@
165165
"y": 0.9090909090909091,
166166
"xref": "paper",
167167
"yref": "paper",
168-
"text": "Balto <b>Bold</b> <i>Italic</i>",
168+
"text": "Roboto <b>Bold</b> <i>Italic</i>",
169169
"showarrow": false,
170170
"font": {
171-
"family": "Balto, sans-serif",
171+
"family": "Roboto, sans-serif",
172172
"size": 20
173173
},
174174
"xanchor": "left",

0 commit comments

Comments
 (0)