A https style file on the site references a http font file. Firefox 14 considers this a cross-site scripting error and won't load the font.
Timestamp: 6/20/2012 7:36:52 PM
Error: downloadable font: download failed (font-family: "JaneAusten" style:normal weight:normal stretch:normal src index:1): bad URI or cross-site access not allowed
source: http://brassgoggles.co.uk/fonts/JaneAusten.woff
Source File: https://brassgoggles.co.uk/blog/wp-content/themes/brasscasing/style.css
Line: 0
Source Code:
@font-face { font-family: "JaneAusten"; font-style: normal; font-weight: normal; src: local("JaneAusten"), url("http://brassgoggles.co.uk/fonts/JaneAusten.woff") format("woff"); }
The blog isn't intended to be used with HTTPS. There's no reason to, as no sensitive data is transmitted. That said, I will see if there is a simple fix.