I've been having a problem with a python package that I maintain: the fonts displayed by my package appear differently when run on my recent WSL Ubuntu installation, compared with how they appear on three other Ubuntu installations that I use.
I eventually tracked the problem down to the fact that in the installations that work ok, there are dozens of different fonts in the /usr/share/fonts/truetype/ directory, but in my WSL ubuntu I see only dejavu.
dino@DINO:/usr/share/fonts/truetype$ ls -ltotal 0drwxr-xr-x 1 root root 512 Aug 21 13:52 dejavuI am trying to figure which fonts should be in /usr/share/fonts/truetype/immediately after installing any given Ubuntu distro (or any disto of linux for that matter), but I can't seem to find this information.
Where I can find out what fonts should come with any specific Ubuntu distribution? Thanks.