Skip to content
Aiekick edited this page Apr 5, 2021 · 9 revisions

Font File Formats :

TrueType File Format

OpenType File Format

Icon Fonts :

Git tricks :

Update all submodules and set to master : Found here

git submodule init
git submodule update
git submodule foreach 'git fetch origin; git checkout $(git rev-parse --abbrev-ref HEAD); git reset --hard origin/$(git rev-parse --abbrev-ref HEAD); git submodule update --recursive; git clean -dfx'
Clone this wiki locally