diff --git a/icons/fz-stack-transparent.png b/icons/fz-stack-transparent.png new file mode 100644 index 0000000..7a8ff27 Binary files /dev/null and b/icons/fz-stack-transparent.png differ diff --git a/icons/fz-stack-transparent.svg b/icons/fz-stack-transparent.svg new file mode 100644 index 0000000..da4ba66 --- /dev/null +++ b/icons/fz-stack-transparent.svg @@ -0,0 +1,61 @@ + + + + + + + + fz-stack logo + + Logo for fz-stack showing three flat, stacked geometric layers + in Catppuccin Macchiato colors above the text “fz-stack”. + + + + + + + + + + + + + + + + + + + + + fz-stack + + diff --git a/icons/fz-stack.png b/icons/fz-stack.png new file mode 100644 index 0000000..26245ee Binary files /dev/null and b/icons/fz-stack.png differ diff --git a/icons/fz-stack.svg b/icons/fz-stack.svg new file mode 100644 index 0000000..a169215 --- /dev/null +++ b/icons/fz-stack.svg @@ -0,0 +1,62 @@ + + + + + + + + fz-stack logo + + Logo for fz-stack showing three flat, stacked geometric layers + in Catppuccin Macchiato colors above the text “fz-stack”. + + + + + + + + + + + + + + + + + + + + + + fz-stack + + diff --git a/scripts/.gitignore b/scripts/.gitignore new file mode 100644 index 0000000..7432a75 --- /dev/null +++ b/scripts/.gitignore @@ -0,0 +1,2 @@ +*.woff2 +*.woff2.b64 diff --git a/scripts/generate-InterLogo-font.sh b/scripts/generate-InterLogo-font.sh new file mode 100755 index 0000000..77a9c29 --- /dev/null +++ b/scripts/generate-InterLogo-font.sh @@ -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