mattstonny
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Cufon fonts only part workingI found the solution in the end.
It involved ensuring that the blog address and the permalinks were the same, hence the URLs were causing issues with being able to find the appropriate folders
Forum: Fixing WordPress
In reply to: Using @font-face 'bad URI or cross-site access' errorGot there in the end…
I think it was to do with the fact that I hadn’t included:
font-family: ‘Droid Serif’, serif;
I initially put
font-family: ‘DroidSerifBold’;
as I thought it was referencing a file. Then I double checked the Google documentation and all is well ?? That’s what happens with late nights lol
I will use this method for the time being although I started out with Cufon as the entire site and blog would match, but that’s another thread altogether… ??
Thanks for your time Andrew
Forum: Fixing WordPress
In reply to: Using @font-face 'bad URI or cross-site access' errorCheers Andrew, I have given all of the fonts that URL
The fonts are showing up again, but still the issue persists with Firefox.
Forum: Fixing WordPress
In reply to: Using @font-face 'bad URI or cross-site access' errorI’ve altered the URL, but still no joy, and it seems to ignore it altogether now unless I’ve made a mistake.
Most puzzling…
Forum: Fixing WordPress
In reply to: Using @font-face 'bad URI or cross-site access' errorSadly that didn’t seem to work.
If it helps matters, here is the work in progress clicky
Just to let you know that there doesn’t seem to be a font problem in Chrome
Forum: Fixing WordPress
In reply to: Using @font-face 'bad URI or cross-site access' errorHi Andrew
The @font-face code is as follows:
@font-face {
font-family: ‘DroidSerifRegular’;
src: url(‘_fonts/DroidSerif-Regular-webfont.eot’);
src: url(‘_fonts/DroidSerif-Regular-webfont.eot?#iefix’) format(’embedded-opentype’),
url(‘_fonts/DroidSerif-Regular-webfont.woff’) format(‘woff’),
url(‘_fonts/DroidSerif-Regular-webfont.ttf’) format(‘truetype’),
url(‘_fonts/DroidSerif-Regular-webfont.svg#DroidSerifRegular’) format(‘svg’);
font-weight: normal;
font-style: normal;A folder called _fonts is in the same directory as the theme if that helps