From 591aa3f847f90c9c31952b3018fa0538c81d7ecc Mon Sep 17 00:00:00 2001 From: finn Date: Sat, 20 Jul 2024 17:45:28 -0700 Subject: [PATCH] readme 2 --- README.md | 21 +++++++++++++++------ 1 file changed, 15 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index a38eed1..d309009 100644 --- a/README.md +++ b/README.md @@ -1,14 +1,23 @@ -# Unicode compliant debian emoji font +# Unicode compliant debian emoji font based on NotoColorEmoji -Manually remove NotoColorEmoji.ttf +Default emoji font does not attempt to meet unicode standard since 2018: -Build, copy out file, and re-install + 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 build -t emojis . docker run -v $PWD/fontvol:/fontvol emojis:latest +Find NotoColorEmoji.ttf and re-install via method of choice.