Skip to content

Commit 2b8d3ba

Browse files
committed
download GravitasOne
1 parent 5996af1 commit 2b8d3ba

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-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. 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, PT_Sans_Narrow, Raleway and Roboto
106106
command: python3 ./.circleci/download_google_fonts.py
107107
- run:
108108
name: install download and other google fonts

.circleci/download_google_fonts.py

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -99,3 +99,11 @@ def download(repo, family, types) :
9999
'-BoldItalic'
100100
]
101101
)
102+
103+
download(
104+
'https://github.com/expo/google-fonts/blob/master/font-packages/gravitas-one/',
105+
'GravitasOne',
106+
[
107+
'_400Regular'
108+
]
109+
)

0 commit comments

Comments
 (0)