add fz-stack logo

This commit is contained in:
2026-05-03 23:12:30 +02:00
parent 446d899121
commit 2945f07bd1
6 changed files with 137 additions and 0 deletions
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

+2
View File
@@ -0,0 +1,2 @@
*.woff2
*.woff2.b64
+12
View File
@@ -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