Files
AeroPkg/assets/var/gnu/fonts/geist.md

523 B

geist 1.7.2

https://github.com/vercel/geist-font/releases/download/v1.7.2/geist-font-v1.7.2.zip

DEST=/pkg/gnu/fonts/geist/share/fonts
SRC=./geist-font

mkdir -p "$DEST/static"

# Variable fonts (основные)
cp "$SRC/Geist/variable/"*.ttf "$DEST/"
cp "$SRC/GeistMono/variable/"*.ttf "$DEST/"

# Static fallbacks
cp "$SRC/Geist/ttf/"*.ttf "$DEST/static/"
cp "$SRC/GeistMono/ttf/"*.ttf "$DEST/static/"

cp "$SRC/OFL.txt" "$DEST/"
cp "$SRC/DESCRIPTION.en_us.html" "$DEST/" 2>/dev/null || true