2024-07-21 00:45:28 +00:00
|
|
|
# Unicode compliant debian emoji font based on NotoColorEmoji
|
2024-07-21 00:25:13 +00:00
|
|
|
|
2024-07-21 00:45:28 +00:00
|
|
|
Default emoji font does not attempt to meet unicode standard since 2018:
|
2024-07-21 00:27:47 +00:00
|
|
|
|
2024-07-21 00:45:28 +00:00
|
|
|
Excerpt from standard:
|
|
|
|
Unicode standard: Encoding Stability
|
|
|
|
Applicable Version: Unicode 2.0+
|
|
|
|
Once a character is encoded, it will not be moved or removed.
|
2024-07-21 00:27:47 +00:00
|
|
|
|
2024-07-21 00:45:28 +00:00
|
|
|
## Build:
|
2024-07-21 00:27:47 +00:00
|
|
|
|
2024-07-21 00:45:28 +00:00
|
|
|
1. Manually remove NotoColorEmoji.ttf from system (Options in font manager gui, or maybe /usr/share/fonts/truetype/noto)
|
2024-07-21 00:27:47 +00:00
|
|
|
|
2024-07-21 00:49:42 +00:00
|
|
|
2. Build, copy out file, and re-install.
|
2024-07-21 00:27:47 +00:00
|
|
|
|
2024-07-21 00:45:28 +00:00
|
|
|
git clone https://gut.oily.dad/finn/uc-debian-emojifont.git emfont
|
|
|
|
cd emfont
|
|
|
|
mkdir fontvol
|
|
|
|
docker build -t emojis .
|
2024-07-21 00:27:47 +00:00
|
|
|
docker run -v $PWD/fontvol:/fontvol emojis:latest
|
2024-07-21 00:25:13 +00:00
|
|
|
|
2024-07-21 00:45:28 +00:00
|
|
|
Find NotoColorEmoji.ttf and re-install via method of choice.
|
2024-07-21 00:25:13 +00:00
|
|
|
|