Skip to content
This repository has been archived by the owner on Oct 13, 2023. It is now read-only.

Commit

Permalink
Fix codepoint
Browse files Browse the repository at this point in the history
Signed-off-by: Youhei SASAKI <[email protected]>
  • Loading branch information
uwabami committed Aug 24, 2023
1 parent 1c96a24 commit cf5c620
Show file tree
Hide file tree
Showing 5 changed files with 24,996 additions and 19,056 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ nerdsymbol:
fileicons:
@[ -d $(SRCD) ] || mkdir -p $(SRCD)
@if [ ! -f $(SRCD)/file-icons.ttf ] ; then\
wget https://github.com/file-icons/atom/raw/v2.1.7/fonts/file-icons.woff2 ;\
wget https://github.com/file-icons/atom/raw/master/fonts/file-icons.woff2 ;\
woff2_decompress file-icons.woff2 ;\
mv file-icons.ttf $(SRCD)/ ;\
rm -f file-icons.woff2 ;\
Expand All @@ -42,7 +42,7 @@ alltheicons:

mdg:
@if [ ! -f $(SRCD)/MaterialIcons-Regular.ttf ] ; then\
wget https://github.com/google/material-design-icons/raw/4.0.0/font/MaterialIcons-Regular.ttf -O $(SRCD)/MaterialIcons-Regular.ttf ;\
wget https://github.com/google/material-design-icons/raw/master/font/MaterialIcons-Regular.ttf -O $(SRCD)/MaterialIcons-Regular.ttf ;\
fi

clean:
Expand Down
Binary file modified dists/isfit-plus.ttf
Binary file not shown.
Loading

0 comments on commit cf5c620

Please sign in to comment.