Chris writes: > Hilton Chain via Guix-patches via writes: >> From: Bruno Victal >> >> [1] indicates that [2] is the new _distribution_ upstream for Noto fonts. >> >> [1]: >> [2]: >> >> * gnu/packages/fonts.scm (font-google-noto): Update to 23.11.1. >> [source]: Switch to git-fetch. >> >> Change-Id: I242710336ec81489f9800b68416f45c57d28b2bd >> --- >> >> Updated the patch since new version is out. :) >> >> gnu/packages/fonts.scm | 13 +++++++------ >> 1 file changed, 7 insertions(+), 6 deletions(-) > > Thanks both, I've pushed this to master as > 913d52952b0a893910657f88390f0d94a948edbc. This change seems to have broken the fonts in sway (wayland compositor). This is my Sway status bar: $ cat .config/sway/status.sh DATE=$(date +'%Y-%m-%d %H:%M:%S') BATTERY=$(cat /sys/class/power_supply/BAT0/capacity) echo "🔋${BATTERY} 📅 ${DATE}" Attached are screenshots of how it looks: goodtofu3.png with the old font-google-noto, and badtofu3.png with the new font-google-noto. Also looks wrong in foot, xterm, termite, uxterm, emacs, icecat, gimp; only tested on sway. I've not yet investigated the issue further. The next step for me would be to install the old font-google-noto through an inferior channel to to indeed verify that this change is indeed the culprit. Hugo