- OpenMoji-Color.ttf
- OpenMoji-Black.ttf (black glyphs only)
💁♂️ The OpenMoji fonts are based on the SVG in Open Type standard, which allows to embed complete SVG files within a font enabling full color.
🙏 The fonts are generated with the SVGinOT Color Font Builder by Brad Erickson. Many thanks for open sourcing this tool and the help!
If you are adventurous and you would like to generate the fonts on your own, here is how:
- Install node.js (see version in file
.nvmrc
) - Install Docker (tested with Docker 2.2.0.0, engine 19.03.5)
- Download or clone our scfbuild fork
- Install the Docker container of our scfbuild fork
- Make sure that Docker is running in background
- Open Terminal and go to OpenMoij folder
cd path/to/openmoji
- Copy the svg production files to the folders
font/tmp-color
andfont/tmp-black
. Please use the script, as it will also take care of special cases like missing glyphs etc.
node helpers/export-svg-font.js
- Generate the OpenMoji font files
./helpers/generate-fonts.sh
Done! ✅
You can change the parameters of the OpenMoji fonts via the two config files:
scfbuild-color.yml
scfbuild-black.yml
.