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/
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/