Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 383 Bytes

README.md

File metadata and controls

18 lines (12 loc) · 383 Bytes

Animated Logo

The animated logo graphic for our site

Screenshot

Development

Download the necessary fonts:

fonts=(
    "synopsis/synopsis-demibold-aaa.woff"
    "ploni/ploni-regular-aaa.woff2"
);

echo ${fonts[@]} | xargs -n 1 -I% curl --output "fonts/%" --create-dirs "https://alefalefalef.co.il/wp-content/fonts/%";