In the last week I have run into an issue with two different sites using Google Fonts through the fonts presets alone in Pro 4.0.10. In both cases I had to add the Google Font linking code in the _meta.php to get the fonts to display, rather than using the fallback font.
The first site was using “Averia Sans Libre”. The site designer had the font installed locally on her computer and was able to view the font on the site. I keep my own computer free of anything but the default system fonts and was seeing the fallback font.
The other site used “Open Sans” and displayed a similar problem. Safari appeared to be displaying an entirely different font, perhaps Helvetica. Chrome was displaying the correct font. After adding the link code Safri displayed the proper font. I noticed the display of the font in Chrome changed slightly after the code was added, so perhaps was also using their fallback.
For now I am adding the link code on every site using Pro, but I assume this is not the intended process. I did notice that Google now has an additional “preconnect” link that I hadn’t see previously. Could this have broken the function?
< link rel=“preconnect” href=“https://fonts.gstatic.com” >
< link href=“https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,600;0,700;1,300;1,400;1,600;1,700&display=swap” rel=“stylesheet” >
Thank you.