#!/usr/bin/env bash SITE=https://www.theleagueofmoveabletype.com # since there is no nice way to get all the fonts, # this fetches the homepage and extracts their names from the html … fonts=$(curl "$SITE" 2>/dev/null | \ sed -ne 's//dev/null) cat <