Comments 1geig3r started the conversationOctober 17, 2017 at 3:37amCouldn't figure out why Montserrat-ultralight wasn't loadking. Then found this in the child theme's custom.csssrc: url('http://thegem-wptheme.loc/wp-content/themes/TheGem/fonts/montserrat-ultralight.eot');src: url('http://thegem-wptheme.loc/wp-content/themes/TheGem/fonts/montserrat-ultralight.eot?#iefix') Not sure if "thegem-wptheme.loc" is supposed to resolve or be replaced, but removing "http://thegem-wptheme.loc" fixes the issue. 4,774Michael repliedOctober 17, 2017 at 11:01amHi, sorry, not quite sure what do you mean. Can you pls provide more details with screenshots? 1geig3r repliedOctober 17, 2017 at 4:33pmIn the child theme's custom css file (thegem-child/css/custom.css) the URL for Montserrat Ultralight starts with http://thegem-wptheme.loc/, which isn't an active URL.thegem-wptheme.loc’s server DNS address could not be found. DNS_PROBE_FINISHED_NXDOMAIN@font-face { font-family: 'Montserrat UltraLight'; src: url('http://thegem-wptheme.loc/wp-content/themes/TheGem/fonts/montserrat-ultralight.eot'); src: url('http://thegem-wptheme.loc/wp-content/themes/TheGem/fonts/montserrat-ultralight.eot?#iefix') format('embedded-opentype'), url('http://thegem-wptheme.loc/wp-content/themes/TheGem/fonts/montserrat-ultralight.woff') format('woff'), url('http://thegem-wptheme.loc/wp-content/themes/TheGem/fonts/montserrat-ultralight.ttf') format('truetype'), url('http://thegem-wptheme.loc/wp-content/themes/TheGem/fonts/montserrat-ultralight.svg#montserratultra_light') format('svg'); font-weight: normal; font-style: normal;}1 Like 4,774Michael repliedOctober 18, 2017 at 9:40am Please share admin access. We will try to inspect problem on your site. 1geig3r repliedOctober 18, 2017 at 10:10amI already fixed it, I was just letting you know, in case others had the same problem. 4,774Michael repliedOctober 18, 2017 at 11:48amThanks! Have a nice day! Sign in to reply ...
Couldn't figure out why Montserrat-ultralight wasn't loadking. Then found this in the child theme's custom.css
src: url('http://thegem-wptheme.loc/wp-content/themes/TheGem/fonts/montserrat-ultralight.eot');
src: url('http://thegem-wptheme.loc/wp-content/themes/TheGem/fonts/montserrat-ultralight.eot?#iefix')
Not sure if "thegem-wptheme.loc" is supposed to resolve or be replaced, but removing "http://thegem-wptheme.loc" fixes the issue.
Hi, sorry, not quite sure what do you mean. Can you pls provide more details with screenshots?
In the child theme's custom css file (thegem-child/css/custom.css) the URL for Montserrat Ultralight starts with http://thegem-wptheme.loc/, which isn't an active URL.
thegem-wptheme.loc’s server DNS address could not be found.
DNS_PROBE_FINISHED_NXDOMAIN
@font-face {
font-family: 'Montserrat UltraLight';
src: url('http://thegem-wptheme.loc/wp-content/themes/TheGem/fonts/montserrat-ultralight.eot');
src: url('http://thegem-wptheme.loc/wp-content/themes/TheGem/fonts/montserrat-ultralight.eot?#iefix') format('embedded-opentype'),
url('http://thegem-wptheme.loc/wp-content/themes/TheGem/fonts/montserrat-ultralight.woff') format('woff'),
url('http://thegem-wptheme.loc/wp-content/themes/TheGem/fonts/montserrat-ultralight.ttf') format('truetype'),
url('http://thegem-wptheme.loc/wp-content/themes/TheGem/fonts/montserrat-ultralight.svg#montserratultra_light') format('svg');
font-weight: normal;
font-style: normal;
}
Please share admin access. We will try to inspect problem on your site.
I already fixed it, I was just letting you know, in case others had the same problem.
Thanks! Have a nice day!