Skip to content

Commit

Permalink
chore(generate-readme): install google fonts
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewzn69 committed Oct 19, 2023
1 parent 267b426 commit 4ae3a28
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/generate-readme.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,16 @@ jobs:
- name: Checkout code
uses: actions/checkout@v3

- name: Install Google Fonts
run: |
wget -O Ubuntu.zip https://fonts.google.com/download?family=Ubuntu
unzip -d ubuntu/ Ubuntu.zip
mv ubuntu /usr/share/fonts
fc-cache -fv
fc-list | grep Ubuntu
- name: Set up ImageMagick
run: |
sudo apt-get update
sudo apt-get install -y imagemagick
shell: bash

Expand Down

0 comments on commit 4ae3a28

Please sign in to comment.