We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5114dbb commit e56c1f6Copy full SHA for e56c1f6
.circleci/download_google_fonts.py
@@ -11,7 +11,7 @@ def download(repo, family, types) :
11
open(dirOut + name, 'wb').write(req.content)
12
13
download(
14
- 'https://github.com/eliheuer/dosis-vf/blob/master/fonts/static-fonts/',
+ 'https://github.com/eliheuer/dosis-vf/tree/master/fonts/ttf/',
15
'Dosis',
16
[
17
'-Regular',
0 commit comments