Skip to content

Commit d17ddc1

Browse files
authored
Merge pull request #5831 from plotly/fix5830-dosis-font
Drop Dosis font from image test
2 parents 5114dbb + 103dbd1 commit d17ddc1

7 files changed

+3
-12
lines changed

.circleci/download_google_fonts.py

-9
Original file line numberDiff line numberDiff line change
@@ -10,15 +10,6 @@ def download(repo, family, types) :
1010
req = requests.get(url, allow_redirects=True)
1111
open(dirOut + name, 'wb').write(req.content)
1212

13-
download(
14-
'https://github.com/eliheuer/dosis-vf/blob/master/fonts/static-fonts/',
15-
'Dosis',
16-
[
17-
'-Regular',
18-
'-Bold'
19-
]
20-
)
21-
2213
download(
2314
'https://github.com/googlefonts/noto-fonts/blob/main/hinted/ttf/NotoSansMono/',
2415
'NotoSansMono',
536 Bytes
Loading
2.03 KB
Loading
187 Bytes
Loading

test/image/mocks/gl3d_indicator_scatter3d.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
},
3131
"font": {
3232
"color": "white",
33-
"family": "Dosis"
33+
"family": "Raleway"
3434
},
3535
"paper_bgcolor": "black",
3636
"margin": {

test/image/mocks/indicator_bignumber.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@
109109
"paper_bgcolor": "black",
110110
"font": {
111111
"color": "white",
112-
"family": "Dosis"
112+
"family": "Raleway"
113113
},
114114
"margin": {
115115
"t": 25,

test/image/mocks/indicator_scatter.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
},
3434
"font": {
3535
"color": "white",
36-
"family": "Dosis"
36+
"family": "Raleway"
3737
},
3838
"paper_bgcolor": "black",
3939
"plot_bgcolor": "black",

0 commit comments

Comments
 (0)