More figlet fonts can be found on the [figlet website](http://www.figlet.org). To preview fonts, download them into a directry, `cd` there and then run something like:
```sh
$ for f in `find . -name "*.flf"`; do echo "$f:"; echo "The quick brown fox jumps over the lazy dog" | figlet -w `tput cols` -ncf $f; date +%n%D%n%T | figlet -w `tput cols` -ncf $f; done
As it turns out, jokes float around the internet and its nearly impossible to track down origin (with rare exceptions, when individual jokes are credited to the author). Here is a list of websites I copy/pasted jokes from.
- [110 of the best jokes for kids that are genuinely funny](https://inews.co.uk/light-relief/jokes/jokes-kids-funny-159437) inews.co.uk