pkg download command and patches
This commit is contained in:
21
assets/var/gnu/fonts/geist.md
Normal file
21
assets/var/gnu/fonts/geist.md
Normal file
@ -0,0 +1,21 @@
|
||||
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
|
||||
```
|
||||
Reference in New Issue
Block a user