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;
}