Font not displaying after undate to 5.6.0.2
Permalink
Hello all,
I have a font that I downloaded from FontSquirrel that displays perfectly on my site :
http://www.tailoredpt.com
Yesterday I upgraded to 5.6.0.2 and the MerryWeatherBold and MerryWeatherRegular stopped displaying. In Firebug I could see that they were still being called in CSS but they were greyed out and not displaying.
DOes 5.6 have to have a typography.css file for things like this? Currently I dont have one a it works perfectly on the styleshout template I imported into C5.
If the site loads slowly I do appologise, on going problem with host that is getting sorted.
Thanks
J
I have a font that I downloaded from FontSquirrel that displays perfectly on my site :
http://www.tailoredpt.com
Yesterday I upgraded to 5.6.0.2 and the MerryWeatherBold and MerryWeatherRegular stopped displaying. In Firebug I could see that they were still being called in CSS but they were greyed out and not displaying.
DOes 5.6 have to have a typography.css file for things like this? Currently I dont have one a it works perfectly on the styleshout template I imported into C5.
If the site loads slowly I do appologise, on going problem with host that is getting sorted.
Thanks
J
Also your css says:
so your font appears to be called incorrectly. Its calling "PatuaOne" not "Merriweather"
This font is available on Google fonts.
That also looks like a strange path for a font call.
font-family: 'MerriweatherRegular'; src: url('http://www.tailored-personal-training.com/themes/singlepage/css/fonts/PatuaOne-Regular-webfont.eot');
so your font appears to be called incorrectly. Its calling "PatuaOne" not "Merriweather"
This font is available on Google fonts.
That also looks like a strange path for a font call.
Hello Tallacman,
thanks for your feedback. The font type is PaduaOne but the css already had MerryMeather written all through it so I just kept the font family name and changed the font called.
If its available through Googlefonts Ill look into calling it that way, will save a few requests to the database.
The little code snippet was from me tinkering with loading javascript. Thought I had deleted all that so thanks for spotting it.
Regards,
J
thanks for your feedback. The font type is PaduaOne but the css already had MerryMeather written all through it so I just kept the font family name and changed the font called.
If its available through Googlefonts Ill look into calling it that way, will save a few requests to the database.
The little code snippet was from me tinkering with loading javascript. Thought I had deleted all that so thanks for spotting it.
Regards,
J
seems out of place.