Skip to content

Commit

Permalink
adding chivo font
Browse files Browse the repository at this point in the history
  • Loading branch information
mittelmark committed Jul 30, 2024
1 parent f326ddf commit 679cb84
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/bdf-fonts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,9 @@ jobs:
wget https://github.com/braver/programmingfonts/raw/gh-pages/fonts/resources/courier-prime/courier-prime.ttf
wget https://github.com/braver/programmingfonts/raw/gh-pages/fonts/resources/courier-prime/courier-prime-bold.ttf
wget https://github.com/braver/programmingfonts/raw/gh-pages/fonts/resources/courier-prime/LICENSE.txt -O License-courier-prime.txt
wget https://github.com/braver/programmingfonts/raw/gh-pages/fonts/resources/chivo/chivo.ttf
wget https://github.com/braver/programmingfonts/raw/gh-pages/fonts/resources/chivo/chivo-bold.ttf
wget https://github.com/braver/programmingfonts/raw/gh-pages/fonts/resources/chivo/OFL.txt -O chivo-OFL.txt
cd ..
ls
pwd
Expand All @@ -33,6 +36,8 @@ jobs:
ls ../fonts
bash ../fonts/ttf2bdf.sh "courier prime" courier-prime.ttf "courier-prime-medium"
bash ../fonts/ttf2bdf.sh "courier prime" courier-prime-bold.ttf "courier-prime-bold"
bash ../fonts/ttf2bdf.sh "chivo mono" chivo.ttf "chivo-mono-medium"
bash ../fonts/ttf2bdf.sh "chivo mono" chivo-bold.ttf "chivo-mono-bold"
cd ..
- name: Upload BDF fonts
uses: actions/upload-artifact@v4
Expand Down

0 comments on commit 679cb84

Please sign in to comment.