Go to file
2024-07-21 09:11:29 +00:00
.gitignore initial verify mostly works 2024-07-20 17:25:13 -07:00
Dockerfile Update Dockerfile 2024-07-21 09:11:29 +00:00
fontbuild.sh minor buildscript comment 2024-07-20 17:48:34 -07:00
README.md Update README.md 2024-07-21 08:06:24 +00:00
run.sh initial verify mostly works 2024-07-20 17:25:13 -07:00

Unicode compliant debian emoji font based on NotoColorEmoji

Default emoji font NotoColorEmoji is near-compliant, but does not attempt to meet unicode standard since 2018:

Excerpt from standard:
Unicode standard: Encoding Stability
Applicable Version: Unicode 2.0+
Once a character is encoded, it will not be moved or removed.

Build:

  1. Manually remove NotoColorEmoji.ttf from system (Options in font manager gui, or maybe /usr/share/fonts/truetype/noto)

  2. Build, copy out file, and re-install.

git clone https://gut.oily.dad/finn/uc-debian-emojifont.git emfont
cd emfont
mkdir fontvol
docker build -t emojis .
docker run -v $PWD/fontvol:/fontvol emojis:latest

Find NotoColorEmoji.ttf and re-install via method of choice.