Files
assets/scripts/generate-InterLogo-font.sh
T
2026-05-03 23:12:30 +02:00

13 lines
299 B
Bash
Executable File

#!/bin/bash
set -x
pyftsubset /usr/share/fonts/inter/InterVariable.ttf \
--output-file="InterVariableLogo.woff2" \
--flavor=woff2 \
--layout-features='*' \
--unicodes='U+0066,U+007A,U+002D,U+0073,U+0074,U+0061,U+0063,U+006B'
base64 -w 0 InterVariableLogo.woff2 > InterVariableLogo.woff2.b64