Font not embedding from one domain name
-
I’m setting up a WordPress site, using the Sandbox theme, and I’ve noticed that embedding a font works if you access the site from one URL, but not another.
I first built the site at http://ralphborland.net/objectsindevelopment, and if you visit that link, you should see the site in the font ‘Andale Mono Regular’.
I just directed the domain name http://objectsindevelopment.net/ to that same location, but if you access the site through that URL, the font does not embed on first viewing – only once you start moving through the site.
Why is that, I wonder?
CSS code:
@font-face {
font-family: ‘AndaleMonoRegular’;
src: url(‘AndaleMono-webfont.eot’);
src: url(‘AndaleMono-webfont.eot?iefix’) format(‘eot’),
url(‘AndaleMono-webfont.woff’) format(‘woff’),
url(‘AndaleMono-webfont.ttf’) format(‘truetype’),
url(‘AndaleMono-webfont.svg#webfontuk6D2tF2’) format(‘svg’);
font-weight: normal;
font-style: normal;
} -
Please click the link in the footer of your site “This is a WordPress site built using the Sandbox theme ” That directs to wordpress.ORG. It appears that you are posting to the wrong support forum. Here we provide support only to those who have free hosted wordpress>COM blogs and yours is a wordpress>ORG install. The correct support forum for your software is here http://wordpress.ORG/support/
For more clarity read the sticky post at the head of this forum > https://en.forums.wordpress.com/topic/please-read-me-first-before-posting?replies=1 -
-
- The topic ‘Font not embedding from one domain name’ is closed to new replies.