Skip to content

Commit

Permalink
✅ fix!: remove material glyphs to reduce the number of glyphs
Browse files Browse the repository at this point in the history
  • Loading branch information
jonz94 committed Aug 9, 2024
1 parent 41f1336 commit d670456
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/generate-fonts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -133,8 +133,8 @@ jobs:
mv "${original_filename}.ttf" "${FILENAME}.ttf"
- run: ls -l
- run: mkdir -p "${PWD}/outputs"
- name: patch font
run: fontforge -script "${PWD}/font-patcher" --adjust-line-height --careful --complete --no-progressbars --quiet --removeligatures "${PWD}/${FILENAME}.ttf" --outputdir "${PWD}/outputs"
- name: patch font without Material Design Icons to avoid reaching the 65535 glyphs limit
run: fontforge -script "${PWD}/font-patcher" --adjust-line-height --careful --codicons --fontawesome --fontawesomeext --fontlogos --octicons --powersymbols --pomicons --powerline --powerlineextra --weather --no-progressbars --quiet --removeligatures "${PWD}/${FILENAME}.ttf" --outputdir "${PWD}/outputs"
- run: ls -l
- run: ls -l "${PWD}/outputs"
- name: rename patched font files
Expand Down Expand Up @@ -252,8 +252,8 @@ jobs:
mv "${original_filename}.ttf" "${FILENAME}.ttf"
- run: ls -l
- run: mkdir -p "${PWD}/outputs"
- name: patch font
run: fontforge -script "${PWD}/font-patcher" --adjust-line-height --careful --complete --no-progressbars --quiet --removeligatures "${PWD}/${FILENAME}.ttf" --outputdir "${PWD}/outputs"
- name: patch font without Material Design Icons to avoid reaching the 65535 glyphs limit
run: fontforge -script "${PWD}/font-patcher" --adjust-line-height --careful --codicons --fontawesome --fontawesomeext --fontlogos --octicons --powersymbols --pomicons --powerline --powerlineextra --weather --no-progressbars --quiet --removeligatures "${PWD}/${FILENAME}.ttf" --outputdir "${PWD}/outputs"
- run: ls -l
- run: ls -l "${PWD}/outputs"
- name: rename patched font files
Expand Down

0 comments on commit d670456

Please # to comment.