Home › Forums › CSS › Fonts on IE 9 / 10… › Re: Fonts on IE 9 / 10…
March 8, 2012 at 7:26 am
#98486
Participant
Oh, good to hear that it should work on IE, I just copied the link href… etc… type=”text/css”/> into the head, and then call it in my main css file, with an id:…. #idname {font-family: “Pinyon Script”, cursive;…
I assumed it won’t run in IE9 because it works for me in Firefox, Chrome, Safari, and Opera… but not IE9!
Incidentally, I also don’t have text shadow working in IE9, I guess it doesn’t work there?! I’m just using text-shadow:… in css.