Skip to content

Commit

Permalink
install opensans differently
Browse files Browse the repository at this point in the history
  • Loading branch information
marcoow committed Oct 14, 2024
1 parent ab746b3 commit b256d17
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,10 @@ jobs:
fetch-depth: 0
- name: debug
run: |
cd /usr/share/fonts
sudo mkdir googlefonts
cd googlefonts
sudo unzip -d . ~/Downloads/Open_Sans.zip
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
sudo fc-cache -f -v
fc-list
- name: Get Core Sans
Expand Down

0 comments on commit b256d17

Please sign in to comment.