How to get rid of lots of fonts on Ubuntu in scripts you don't read or write

Fri Mar 24 2023 00:00:00 GMT+0000 (Coordinated Universal Time)

I used info from this guy's page: https://www.riksoft.it/wikiriks/linux/remove-foreign-fonts-from-debian-ubuntu

This command came in handy to spot any straddlers:

sudo dpkg -l fonts\*|grep ^ii|awk '{print $2}'