@font-face – wrong font url
-
Hi staff
I found a strange behavior with @font-face in my site
Using Autoptimize (I love it – THANKS!) my font-face declaration
@font-face {
font-family: ‘Material Icons’;
font-style: normal;
font-weight: 400;
src: url(MaterialIcons-Regular.eot); /* For IE6-8 */
src: local(‘Material Icons’),
local(‘MaterialIcons-Regular’),
url(MaterialIcons-Regular.woff2) format(‘woff2’),
url(MaterialIcons-Regular.woff) format(‘woff’),
url(MaterialIcons-Regular.ttf) format(‘truetype’);
}becomes
@font-face{font-family:’Material Icons’;font-style:normal;font-weight:400;src:url(/.infocube.it/lpg/plugins/revslider/admin/assets/icons/MaterialIcons-Regular.eot);….
This is true far many @font-face with relative path in source.
I don’t like to escape many css (custom or 3rd party).Can you help me?
Thanks!The page I need help with: [log in to see the link]
- The topic ‘@font-face – wrong font url’ is closed to new replies.