- 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:
cd openmoji/font/
docker build -t openmoji-font .
- Copy the svg files to the folders "tmp-color" and "tmp-black"
cd openmoji/
node helpers/export-svg-font.js
- Make sure that Docker is running
- Start Docker container
cd openmoji/font/
docker run --interactive --tty --rm --volume $PWD:/wd --workdir /wd openmoji-font:latest bash
- Generate font files
scfbuild/bin/scfbuild -c scfbuild-color.yml
The file scfbuild-color.yml
holds for instance all the settings for the OpenMoji color font.