Files
Greg ShuflinandClaude Opus 5 b6bbe18896 assets: vendor Inter, UDEV Gothic, Source Serif 4, and Noto CJK
The typefaces ADR 0024 settles on, fetched from canonical release URLs by
scripts/vendor-fonts.sh along with each upstream license. All SIL OFL 1.1.

Static instances only, one file per weight, never variable fonts: gpui loads
faces through fontdb and asks swash for metrics with an empty variation array,
so a variable font resolves at its default instance and every other weight
silently collapses onto it.

Filenames are lowercase-with-underscores because Android resource names must
match [a-z0-9_]. Rust is indifferent, so one naming scheme serves both
modalities and the bytes stay identical across them.

Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_017WEEHetSTuEH5amjXVKPVn
2026-08-08 19:57:05 -07:00
..