That has not fixed it.
Some background…
I’m using Autoptimize + WP Cache + KeyCDN
Your Pro has removed the usual google fonts link href line from the page…
link href="https://fonts.googleapis.com/css?family=Open+Sans:300,700,regular,|Open+Sans:300,700,regular,|Anton:100,200,300,400,500,600,700,800,900" rel="stylesheet"
…and that’s when it stop working.
Your CSS cache file looks like this…
`@font-face {
font-family: ‘Open Sans’;
font-display: swap;
font-style: normal;
font-weight: 300;
src: url(‘//https://normawinstone-14083.kxcdn.com/wp-content/cache/omgf-webfonts/open-sans-300-normal-8OUuht.eot’);
src: local(‘Open Sans Light’),
local(‘OpenSans-Light’),
url(‘//https://normawinstone-14083.kxcdn.com/wp-content/cache/omgf-webfonts/open-sans-300-normal-Uuhp.woff2’) format(‘woff2’),
url(‘//https://normawinstone-14083.kxcdn.com/wp-content/cache/omgf-webfonts/open-sans-300-normal-OUuhv.woff’) format(‘woff’),
url(‘//https://normawinstone-14083.kxcdn.com/wp-content/cache/omgf-webfonts/open-sans-300-normal-8OUuhs.ttf’) format(‘truetype’);
}
…and it’s the <strong>url(‘//https</strong> that seems wrong.
surely it should be…
url('https
WDYT?
Paul
-
This reply was modified 4 years, 5 months ago by plittlefield.