Skip to content

Commit 55a3366

Browse files
committed
download OpenSans fonts
1 parent a0de1fc commit 55a3366

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

.circleci/config.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -102,10 +102,10 @@ jobs:
102102
name: install NotoSansCJK fonts
103103
command: sudo apt install fonts-noto-cjk
104104
- run:
105-
name: download google fonts e.g. GravitasOne, NotoSansMono, NotoSans, NotoSerif, Old_Standard_TT, PT_Sans_Narrow, Raleway and Roboto
105+
name: download google fonts e.g. GravitasOne, NotoSansMono, NotoSans, NotoSerif, Old_Standard_TT, OpenSans, PT_Sans_Narrow, Raleway and Roboto
106106
command: python3 ./.circleci/download_google_fonts.py
107107
- run:
108-
name: install OpenSans as well as downloaded google fonts
108+
name: install downloaded google fonts
109109
command: |
110110
sudo cp -r .circleci/fonts/ /usr/share/
111111
sudo fc-cache -f

.circleci/download_google_fonts.py

-2
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,6 @@ def download(repo, family, types) :
5050
]
5151
)
5252

53-
"""
5453
download(
5554
'https://github.com/googlefonts/opensans/blob/main/fonts/ttf/',
5655
'OpenSans',
@@ -67,7 +66,6 @@ def download(repo, family, types) :
6766
'SemiboldItalic',
6867
]
6968
)
70-
"""
7169

7270
download(
7371
'https://github.com/google/fonts/blob/main/ofl/ptsansnarrow/',

0 commit comments

Comments
 (0)