#!/usr/bin/env bash
set -e -o pipefail

tree /app/dist/BrassMono/*.ttf

fontbakery \
  check-googlefonts \
  -l FAIL \
  /app/dist/BrassMono/*.ttf
