ClioSport.net

Register a free account today to become a member!
Once signed in, you'll be able to participate on this site by adding your own topics and posts, as well as connect with other members through your own private inbox!

  • When you purchase through links on our site, we may earn an affiliate commission. Read more here.

Anyone know wordpress/css? Font issues



  1.4 Dynamique
This is driving me mad.

I'm making some changes to the new website at work. I want the font to be a custom google font called 'Electrolize'. I have added the code below into the style.css page.

@font-face {
font-family: 'Electrolize';
font-style: normal;
font-weight: 400;
src: local('Electrolize'), local('Electrolize-Regular'), url(http://themes.googleusercontent.com...9sgU2U7S4xAwH5thnJ4bN6UDyHWBl620a-IRfuBk.woff) format('woff') ;
}


body {


font-family: 'Electrolize';
}

This works in Firefox & Chrome but won't display in IE 8. I can't seem to figure it out, I'm by no means a web developer, but i'm guessing it's something simple.

Anyone any ideas?

The link to the site in case anyone wants to inspect the code..

http://www.adamseng.com.au.php53-13.ord1-1.websitetestlink.com/services-2/
 


Top