Skip to content

Commit

Permalink
fix: fontstool
Browse files Browse the repository at this point in the history
  • Loading branch information
yongheng2016 committed May 30, 2024
1 parent 3f078fa commit d36a0e7
Show file tree
Hide file tree
Showing 9 changed files with 3,694 additions and 16 deletions.
16 changes: 0 additions & 16 deletions .github/workflows/common-config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,22 +55,6 @@ jobs:
- run: yarn install --no-frozen-lockfile

- name: Install fonttools
run: pip3 install fonttools brotli
- name: Download fonttools Files
run: |
pwd
curl -L -o fonttools.zip https://cdn.bttcdn.com/common/fonttools.zip
unzip fonttools.zip
- name: Python Icon
run: pwd; cd ./fonttools; sudo node python-icon.js
- name: subset Icon
run: |
pwd
sudo chmod 755 fonttools
cd ./fonttools
./subset_font.sh nyTnjDwKNJ_190FjzaqkNCeE.woff2 unicodes.txt MaterialSymbolsRounded3.woff2 ../${{ inputs.DIR_PATH }}/src/assets/fonts
- name: Build
run: yarn ${{ inputs.PACKAGE_BUILD_SCRIPT }}

Expand Down
Loading

0 comments on commit d36a0e7

Please sign in to comment.