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

 
tallacman replied on at Permalink Reply
tallacman
Still looking but I noticed a stray code snippet in your header. This:
if ($u->isRegistered()) { }

seems out of place.
tallacman replied on at Permalink Reply
tallacman
Also your css says:
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.
particleastro replied on at Permalink Reply
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

This website stores cookies on your computer. These cookies are used to improve your website experience and provide more personalized services to you, both on this website and through other media. To find out more about the cookies we use, see our Privacy Policy.