I’m trying to add a custom font to the Royal WordPress theme. I downloaded the font for “aero” and put it in the theme font folder. If works great for Chrome, but not IE or Firefox. Here’s what I put in the CSS…
@font-face {
font-family: Aero;
src: url(http://public_html/xtl.igosalesandmarketing.com/wp-content/themes/royal/fonts/aero.ttf) format(‘truetype’);
font-weight: normal;
}
You guys are always so helpful. Any ideas? Could it be an access thing to the font directory? (I was previously logged in on chrome as site admin)