Skip to content

Commit

Permalink
Add correct emoji font
Browse files Browse the repository at this point in the history
  • Loading branch information
pohlm01 committed Jan 27, 2025
1 parent 59c1d09 commit b0b18a1
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,10 @@ jobs:
TYPST_FONT_PATHS: style/fonts
steps:
- uses: actions/checkout@v4
- run: |
apt-add-repository ppa:eosrei/fonts && \
apt-get update && \
apt-get install fonts-twemoji-svginot
- uses: typst-community/setup-typst@v3
with:
typst-version: '0.12'
Expand Down

0 comments on commit b0b18a1

Please sign in to comment.