A client needs to have font files hosted locally on their site due to European GDPR concerns. (There was a lawsuit against a site in Europe that was referencing fonts on google, and the website user had not given permission for his IP address to be passed to Google.)
It seems from reading documentation that the SYSTEM fonts are all Google fonts. Ick.
If we locate and download the font files, we could presumably UPLOAD them as custom fonts.
But, for example, how do we override Google/system “JoeFont” with self-hosted “JoeFont”?
Is there a way/place to set this so self-hosted fonts of the same name are referenced first?
This is quite a serious issue for European sites, and it has broad ramifications, so some detailed instructions or help would be greatly appreciated.