12pt Melano Regular
13pt SauceCodePro Nerd Font Regular
https://github.com/ryanoasis/nerd-fonts
https://github.com/acarl005/ls-go
while read -r font_zip_url ; do
curl -LO "$font_zip_url"
done < <(curl -sSL
https://api.github.com/repos/ryanoasis/nerd-fonts/releases/latest \
| jq -r '.assets[]|select(.name|match(".zip$";"i")).browser_download_url'
)