13 lines
299 B
Bash
Executable File
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
|