Skip to content

Commit 2ea31e7

Browse files
committed
install OpenSans package
1 parent 55a3366 commit 2ea31e7

File tree

2 files changed

+4
-18
lines changed

2 files changed

+4
-18
lines changed

.circleci/config.yml

+4-1
Original file line numberDiff line numberDiff line change
@@ -98,11 +98,14 @@ jobs:
9898
- run:
9999
name: install liberation2 fonts
100100
command: sudo apt-get install fonts-liberation2
101+
- run:
102+
name: install OpenSans fonts
103+
command: sudo apt-get install fonts-open-sans
101104
- run:
102105
name: install NotoSansCJK fonts
103106
command: sudo apt install fonts-noto-cjk
104107
- run:
105-
name: download google fonts e.g. GravitasOne, NotoSansMono, NotoSans, NotoSerif, Old_Standard_TT, OpenSans, PT_Sans_Narrow, Raleway and Roboto
108+
name: download google fonts e.g. GravitasOne, NotoSansMono, NotoSans, NotoSerif, Old_Standard_TT, PT_Sans_Narrow, Raleway and Roboto
106109
command: python3 ./.circleci/download_google_fonts.py
107110
- run:
108111
name: install downloaded google fonts

.circleci/download_google_fonts.py

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

53-
download(
54-
'https://github.com/googlefonts/opensans/blob/main/fonts/ttf/',
55-
'OpenSans',
56-
[
57-
'Bold',
58-
'BoldItalic',
59-
'ExtraBold',
60-
'ExtraBoldItalic',
61-
'Italic',
62-
'Light',
63-
'LightItalic',
64-
'Regular',
65-
'Semibold',
66-
'SemiboldItalic',
67-
]
68-
)
69-
7053
download(
7154
'https://github.com/google/fonts/blob/main/ofl/ptsansnarrow/',
7255
'PT_Sans-Narrow-Web',

0 commit comments

Comments
 (0)