8000 download Old_Standar_dTT · plotly/plotly.js@d7548b1 · GitHub
[go: up one dir, main page]

Skip to content

Commit d7548b1

Browse files
committed
download Old_Standar_dTT
1 parent 0c5d366 commit d7548b1

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ jobs:
102102
name: install NotoSansCJK fonts
103103
command: sudo apt install fonts-noto-cjk
104104
- run:
105-
name: download google fonts e.g. PT_Sans_Narrow, Raleway and Roboto
105+
name: download google fonts e.g. Old_Standard_TT, PT_Sans_Narrow, Raleway and Roboto
106106
command: python3 ./.circleci/download_google_fonts.py
107107
- run:
108108
name: install all google fonts

.circleci/download_google_fonts.py

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,16 @@ 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/google/fonts/blob/main/ofl/oldstandardtt/',
15+
'OldStandard',
16+
[
17+
'-Regular',
18+
'-Italic',
19+
'-Bold'
20+
]
21+
)
22+
1323
"""
1424
download(
1525
'https://github.com/googlefonts/opensans/blob/main/fonts/ttf/',

0 commit comments

Comments
 (0)
0