Fix fontd being a CPU hog on MacOS

I just saw that there was a runaway fontd process. Fixed it like so:

sudo atsutil databases -remove; atsutil server -shutdown

Most importantly, this has drastically brought down CPU usage overall. Apparently, it impacts a whole lot of applications.

Share