There's a merged pull request on the void-packages repository font-go-ttf: update to 0.1.0. https://github.com/void-linux/void-packages/pull/40358 Description: #### Testing the changes - I tested the changes in this PR: **YES** ``` $ git log --name-status f03a046406d4d7fbfd4ed29f554da8f6114049fc..v0.1.0 -- font/gofont/ttfs commit 41969df76e82aeec85fa3821b1e24955ea993001 Author: Nigel Tao Date: Thu Jun 16 16:31:59 2022 +1000 font/gofont: upgrade to version 2.010 Compared to the previous release (version 2.008, March 2017): - Fix the "knobbly l" in Go Medium and Go Medium Italic (issue golang/go#23497). - Fix the unintentional swap of u-acute and u-circumflex in Go Smallcaps and Go Smallcaps Italic. - Add U+01CD ..= U+01DC Pinyin diacritic-vowel combinations. - Add U+2070 ..= U+208E superscript and subscript numerals. The existing superscript 1, 2, 3 and n were adjusted for consistency (e.g. superscript '1' now has a baseline if regular '1' does). - Add U+037E GREEK QUESTION MARK. - Add U+222A UNION. - ttfautohint upgraded to the latest version, from 1.6 to 1.8. Unlike the v2.008 changes, the v2.010 changes were largely algorithmically generated, by https://github.com/nigeltao/fontscripts/tree/master/cmd/upgrade-go-fonts-to-v2010 Fixes golang/go#23497 Change-Id: I777d44ace005087f7b865f9a5227736cad49e1f6 Reviewed-on: https://go-review.googlesource.com/c/image/+/412654 TryBot-Result: Gopher Robot Reviewed-by: Dmitri Shuralyov Reviewed-by: Rob Pike Reviewed-by: Nigel Tao (INACTIVE; USE @golang.org INSTEAD) Reviewed-by: Andrew Gerrand M font/gofont/ttfs/Go-Bold-Italic.ttf M font/gofont/ttfs/Go-Bold.ttf M font/gofont/ttfs/Go-Italic.ttf M font/gofont/ttfs/Go-Medium-Italic.ttf M font/gofont/ttfs/Go-Medium.ttf M font/gofont/ttfs/Go-Mono-Bold-Italic.ttf M font/gofont/ttfs/Go-Mono-Bold.ttf M font/gofont/ttfs/Go-Mono-Italic.ttf M font/gofont/ttfs/Go-Mono.ttf M font/gofont/ttfs/Go-Regular.ttf M font/gofont/ttfs/Go-Smallcaps-Italic.ttf M font/gofont/ttfs/Go-Smallcaps.ttf ```