Roboto Font – wrong URL
-
Hi,
I was cleaning up some errors and the only one left… is a wrong URL for Roboto:
https://fonts.gstatic.com/s/roboto/v30/KFOjCnqEu92Fr1Mu51TjASc6CsE.woff2
=> 404It would be great to disable GSTATIC / google at all and use local fonts instead.
Version 14.16
<!-- Analytics by WP Statistics - https://wp-statistics.com -->
<style class='wp-fonts-local' type='text/css'>
@font-face {
font-family: "DM Sans";
font-style: normal;
font-weight: 100 900;
font-display: fallback;
src: url('https://fonts.gstatic.com/s/dmsans/v15/rP2Hp2ywxg089UriCZOIHTWEBlw.woff2') format('woff2');
}
@font-face {
font-family: "Public Sans";
font-style: normal;
font-weight: 100 900;
font-display: fallback;
src: url('https://fonts.gstatic.com/s/publicsans/v15/ijwOs5juQtsyLLR5jN4cxBEoRDf44uE.woff2') format('woff2');
}
@font-face {
font-family: Roboto;
font-style: normal;
font-weight: 100 900;
font-display: fallback;
src: url('https://fonts.gstatic.com/s/roboto/v30/KFOjCnqEu92Fr1Mu51TjASc6CsE.woff2') format('woff2');
}
</style>The page I need help with: [log in to see the link]
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
You must be logged in to reply to this topic.