Convert any font into webfont
- Open terminal
- Navigate to your documents folder
- Type:
git clone https://github.com/lazy-8/fontgen.git
cd fontgen
npm install
- Find any
ttf
orotf
font you want to use - copy file to
./fontgen
folder - run
gulp
- grab your converted fonts on
./font
folder
If it asks you to install homebrew updates, with brew install fontforge ttf2eot batik-ttf2svg
, try this solution instead, then do npm i path-is-inside
.