A Digital Garden - frequent growth but a bit weedy in the back corner
fontconfig package with sudo apt install fontconfig to get fc-list, fc-cache` etc 20260614T221940fc-list to see a list of installed fonts 20260614T221940~/.local/share/fonts or a sub-folder 20260614T221940/usr/local/share/fonts or a sub-folder 20260614T221940fc-cache -fv 20260614T221940fc-cache, it may be because the file is zipped, even if the file ending is for a font such as .ttf. Check using file <font-file> See ExtractZipFile if so 20260614T221940Fonts category of Ubuntu Software Center 20260614T221940apt search fonts- 20260614T221940apt search ttf- 20260614T221940apt search otf- 20260614T221940/usr/local/share/fonts to adhere to LinuxFilesystemHierarchyStandard 20260614T221940/usr/share/fonts is sometimes suggested but doesn’t really adhere to LinuxFilesystemHierarchyStandard 20260614T221940~/.fonts will automatically be available but /etc/fonts/fonts.conf states this is deprecated. This comment was added in 2013 though. 20260614T221940~/.local/share/fonts is sometimes suggested 20260614T221940If you want to install mscorefonts you may need to manually download packages.debian.org/en/sid/all/ttf-mscorefonts-installer/ since the version in the Ubuntu repositories is broken. Not sure if this is still true. It might still be worth checking out sudo apt install ttf-mscorefonts-installer 20260614T221940