add fz-stack logo
This commit is contained in:
Binary file not shown.
|
After Width: | Height: | Size: 22 KiB |
File diff suppressed because one or more lines are too long
|
After Width: | Height: | Size: 14 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 23 KiB |
File diff suppressed because one or more lines are too long
|
After Width: | Height: | Size: 14 KiB |
@@ -0,0 +1,2 @@
|
|||||||
|
*.woff2
|
||||||
|
*.woff2.b64
|
||||||
Executable
+12
@@ -0,0 +1,12 @@
|
|||||||
|
#!/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
|
||||||
Reference in New Issue
Block a user