Skip to main content

max / alloy_tui

Containerfile: fetch Atkinson Hyperlegible from googlefonts GitHub mirror The brailleinstitute.org URL 404'd. googlefonts/atkinson-hyperlegible is the maintained mirror and has stable HTTPS.
Co-Authored-By
Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Author: Max Johnson <me@maxj.phd> · 2026-07-04 16:14 UTC
Signed with PGP, not checked
Commit: 839fac35b88cc636b9d5ba3e4c6e6c7fd07897c6
Parent: d23ff0d
1 file changed, +5 insertions, -5 deletions
M Containerfile +5 -5
@@ -111,11 +111,11 @@
111 111 https://github.com/ryanoasis/nerd-fonts/releases/latest/download/IosevkaTerm.zip && \
112 112 unzip -o /tmp/iosevkaterm-nf.zip -d /usr/share/fonts/iosevkaterm-nerd && \
113 113 rm /tmp/iosevkaterm-nf.zip && \
114 - curl -fsSL -o /tmp/atkinson-hyperlegible.zip \
115 - https://brailleinstitute.org/wp-content/uploads/2020/11/Atkinson-Hyperlegible-Font-Print-and-Web-2020-0514.zip && \
116 - unzip -o /tmp/atkinson-hyperlegible.zip -d /tmp/atkinson-extract && \
117 - find /tmp/atkinson-extract -name '*.ttf' -exec cp {} /usr/share/fonts/atkinson-hyperlegible/ \; && \
118 - rm -rf /tmp/atkinson-hyperlegible.zip /tmp/atkinson-extract && \
114 + curl -fsSL -o /tmp/atkinson-hyperlegible.tar.gz \
115 + https://github.com/googlefonts/atkinson-hyperlegible/archive/refs/heads/main.tar.gz && \
116 + tar -xzf /tmp/atkinson-hyperlegible.tar.gz -C /tmp && \
117 + find /tmp/atkinson-hyperlegible-main -name '*.ttf' -exec cp {} /usr/share/fonts/atkinson-hyperlegible/ \; && \
118 + rm -rf /tmp/atkinson-hyperlegible.tar.gz /tmp/atkinson-hyperlegible-main && \
119 119 fc-cache -fv
120 120
121 121 # =====================================================================