Skip to content

Commit

Permalink
adding weight option and adding dejavu sans mono
Browse files Browse the repository at this point in the history
  • Loading branch information
mittelmark committed Jul 31, 2024
1 parent fcccf35 commit d7f6264
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 @@ -42,6 +42,9 @@ jobs:
wget https://github.com/braver/programmingfonts/raw/gh-pages/fonts/resources/julia-mono/julia-mono-bold.ttf
wget https://github.com/braver/programmingfonts/raw/gh-pages/fonts/resources/julia-mono/julia-mono.ttf
wget https://github.com/braver/programmingfonts/raw/gh-pages/fonts/resources/julia-mono/LICENSE -O julia-mono-license.txt
wget https://github.com/go-fonts/liberation/raw/main/LICENSE-SIL -o liberation-mono-license.txt
wget https://github.com/go-fonts/liberation/raw/main/liberationmonoregular/LiberationMono-Regular.ttf -O liberation-mono.ttf
wget https://github.com/go-fonts/liberation/raw/main/liberationmonobold/LiberationMono-Bold.ttf -O liberation-mono-bold.ttf
wget https://github.com/braver/programmingfonts/raw/gh-pages/fonts/resources/terminus/terminus-bold.ttf
wget https://github.com/braver/programmingfonts/raw/gh-pages/fonts/resources/terminus/terminus.ttf
wget https://github.com/braver/programmingfonts/raw/gh-pages/fonts/resources/terminus/license.txt -O terminus-license.txt
Expand Down Expand Up @@ -71,6 +74,8 @@ jobs:
bash ../fonts/ttf2bdf.sh "inconsolata go" inconsolata-go-bold.ttf "inconsolata-go-bold"
bash ../fonts/ttf2bdf.sh "julia mono" julia-mono.ttf "julia-mono-medium"
bash ../fonts/ttf2bdf.sh "julia mono" julia-mono-bold.ttf "julia-mono-bold"
bash ../fonts/ttf2bdf.sh "liberation mono" liberation-mono.ttf "liberation-mono-medium"
bash ../fonts/ttf2bdf.sh "liberation mono" liberation-mono-bold.ttf "liberation-mono-bold"
bash ../fonts/ttf2bdf.sh "terminus" terminus.ttf "terminus-medium"
bash ../fonts/ttf2bdf.sh "terminus" terminus-bold.ttf "terminus-bold"
bash ../fonts/ttf2bdf.sh "ubuntu mono" ubuntu.ttf "ubuntu-mono-medium"
Expand Down

0 comments on commit d7f6264

Please sign in to comment.