Skip to content

Commit

Permalink
chore: Get NotoEmoji (mono chrome font) (#9)
Browse files Browse the repository at this point in the history
Fixes #7
  • Loading branch information
kesara authored Feb 23, 2024
1 parent c62bc5a commit 7a087a1
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/download-noto-fonts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,13 +41,13 @@ jobs:
- name: Clone noto-emoji fonts repository
run: |
git clone https://github.com/googlefonts/noto-emoji.git
wget https://github.com/google/fonts/raw/main/ofl/notoemoji/NotoEmoji%5Bwght%5D.ttf
wget https://github.com/google/fonts/raw/main/ofl/notoemoji/OFL.txt
- name: Copy license file and noto-emoji TTF fonts
run: |
cp noto-emoji/fonts/LICENSE noto/LICENSE-noto-emoji
cp noto-emoji/fonts/*.ttf noto/
rm -rf noto-emoji
mv NotoEmoji*.ttf noto/
mv OFL.txt noto/LICENSE-noto-emoji
- name: Check for changes
id: git-check
Expand Down

0 comments on commit 7a087a1

Please sign in to comment.