Skip to content

Commit cf1840f

Browse files
committed
switch to expo/google-fonts to get Dosis
1 parent e56c1f6 commit cf1840f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.circleci/download_google_fonts.py

+3-3
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,11 @@ def download(repo, family, types) :
1111
open(dirOut + name, 'wb').write(req.content)
1212

1313
download(
14-
'https://github.com/eliheuer/dosis-vf/tree/master/fonts/ttf/',
14+
'https://github.com/expo/google-fonts/blob/master/font-packages/dosis/',
1515
'Dosis',
1616
[
17-
'-Regular',
18-
'-Bold'
17+
'_400Regular',
18+
'_700Bold'
1919
]
2020
)
2121

0 commit comments

Comments
 (0)