#!/usr/bin/env bash
# fontview -- preview a font using Pango

file=~/Attic/Misc/2019/CrimePuzzlement.txt

pango-view --width=500 --wrap=word <(head -${lines:-15} "$file") "$@"
