Skip to content

Commit 103dbd1

Browse files
committed
replace Dosis with Raleway
1 parent cf1840f commit 103dbd1

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/expo/google-fonts/blob/master/font-packages/dosis/',
15-
'Dosis',
16-
[
17-
'_400Regular',
18-
'_700Bold'
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)