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

22 lines
523 B
Markdown
Raw Normal View History

2026-09-10 16:59:11 +03:00
geist 1.7.2
=
https://github.com/vercel/geist-font/releases/download/v1.7.2/geist-font-v1.7.2.zip
``` sh *** build ***
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
```