Skip to content

Commit

Permalink
adding bdf font creation
Browse files Browse the repository at this point in the history
  • Loading branch information
mittelmark committed Jul 30, 2024
1 parent 7705ea1 commit f326ddf
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/bdf-fonts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,14 @@ 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
cd ..
ls
pwd
- name: creating bdf files
run: |
pwd
cd bdf-fonts
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"
cd ..
Expand Down

0 comments on commit f326ddf

Please sign in to comment.