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 ab746b3 commit b256d17Copy full SHA for b256d17
.github/workflows/ci.yml
@@ -17,11 +17,10 @@ jobs:
17
fetch-depth: 0
18
- name: debug
19
run: |
20
- cd /usr/share/fonts
21
- sudo mkdir googlefonts
22
- cd googlefonts
23
- sudo unzip -d . ~/Downloads/Open_Sans.zip
24
- sudo chmod -R --reference=/usr/share/fonts/opentype /usr/share/fonts/googlefonts
+ wget https://github.com/googlefonts/opensans/archive/main.zip
+ unzip ./main.zip
+ mv opensans-main/fonts/ttf/ /usr/share/fonts/opensans
+ sudo chmod -R --reference=/usr/share/fonts/opentype /usr/share/fonts/opensans
25
sudo fc-cache -f -v
26
fc-list
27
- name: Get Core Sans
0 commit comments