Generate a subset of the Symbola font suitable for mathquill-basic.
First, you will need to install https://github.com/fonttools/fonttools. On macOS, you can install fonttools with Homebrew by running
brew install fonttools
Then, install node dependencies with yarn by running
yarn
Just run make
.
The subset of characters that make it into Symbola-basic are specified in the Makefile.
This produces the following output in the build folder:
build/Symbola.ttf
build/Symbola.woff
build/Symbola-basic.ttf
build/Symbola-basic.woff
build/Symbola-basic.css
build/Symbola-basic.css
inlines Symbola-basic.woff as a data uri.
For some reason, vulgar fractions like 1/2 and 1/3 are also ending up in Symbola-basic, even though we aren't asking for them.