Skip to content

Commit db307f6

Browse files
committed
use NotoSerif fonts instead of Driod_Serif
1 parent 3bfb395 commit db307f6

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

test/image/mocks/fonts.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -190,14 +190,14 @@
190190
},
191191
{
192192
"yanchor":"middle",
193-
"text":"Droid Serif <b>Bold</b> <i>Italic</i>",
193+
"text":"Noto Serif <b>Bold</b> <i>Italic</i>",
194194
"arrowsize":1,
195195
"textangle":0,
196196
"borderwidth":1,
197197
"ay":-27.0390625,
198198
"ax":-10,
199199
"font":{
200-
"family":"Droid Serif, serif",
200+
"family":"Noto Serif, serif",
201201
"size":20
202202
},
203203
"arrowcolor":"",

test/image/mocks/geo_canadian-cities.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@
8080
}
8181
},
8282
"font": {
83-
"family": "Droid Serif, serif"
83+
"family": "Noto Serif, serif"
8484
},
8585
"geo": {
8686
"scope": "north america",

test/image/mocks/geo_text_chart_arrays.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@
100100
"Balto, sans-serif",
101101
"Courier New, monospace",
102102
"Noto Sans, sans-serif",
103-
"Droid Serif, serif",
103+
"Noto Serif, serif",
104104
"Droid Sans Mono, sans-serif",
105105
"Gravitas One, cursive",
106106
"Old Standard TT, serif",

test/image/mocks/gl2d_fonts.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -246,10 +246,10 @@
246246
"y": 0.6363636363636364,
247247
"xref": "paper",
248248
"yref": "paper",
249-
"text": "Droid Serif <b>Bold</b> <i>Italic</i>",
249+
"text": "Noto Serif <b>Bold</b> <i>Italic</i>",
250250
"showarrow": false,
251251
"font": {
252-
"family": "Droid Serif, serif",
252+
"family": "Noto Serif, serif",
253253
"size": 20
254254
},
255255
"xanchor": "left",

0 commit comments

Comments
 (0)