Skip to content

Commit

Permalink
maybe .otf works...
Browse files Browse the repository at this point in the history
  • Loading branch information
CuriousCI committed Aug 27, 2024
1 parent 1208d53 commit 533a99b
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,10 @@ jobs:
- run: |
curl -LO https://github.com/microsoft/cascadia-code/releases/download/v2404.23/CascadiaCode-2404.23.zip
unzip CascadiaCode-2404.23.zip -d ~/cascadia-code
mkdir ~/.local/share/fonts/
cp ~/cascadia-code/ttf/*.ttf ~/.local/share/fonts/
fc-cache -f -v
cp ~/cascadia-code/otf/*.otf /usr/local/share/fonts
sudo fc-cache -f -v
# mkdir ~/.local/share/fonts/
# ~/.local/share/fonts/
- run: typst compile java-swing-mvc.typ java-swing-mvc.pdf
- run: typst compile git.typ git.pdf

Expand Down

0 comments on commit 533a99b

Please sign in to comment.