Skip to content

Commit

Permalink
font
Browse files Browse the repository at this point in the history
  • Loading branch information
njahn82 committed Apr 3, 2024
1 parent aa6383c commit a99686b
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,9 @@ jobs:
with:
fetch-depth: 0

- name: Install Google Fonts
- name: Provide Fonts
run: |
wget -O Atkinson_Hyperlegible.zip https://fonts.google.com/download?family=Atkinson%20Hyperlegible
unzip -FF Atkinson_Hyperlegible -d Atkinson_Hyperlegible.zip
mv Atkinson_Hyperlegible /usr/share/fonts/
mv fonts /usr/share/fonts/Atkinson_Hyperlegible
fc-cache -fv
- uses: quarto-dev/quarto-actions/setup@v2
Expand Down

0 comments on commit a99686b

Please sign in to comment.