I am experiencing an issue where I have chosen a font from Google Web Fonts and integrated it into my HTML and a separate style sheet as follows:
<link href='http://fonts.googleapis.com/css?family=Questrial'
rel='stylesheet' type='text/css'>
Body {font-family: 'Questrial', sans-serif;}
Although I have followed the instructions for Web Fonts, the font displays correctly in Firefox but not in any other browsers. Can anyone offer some suggestions or solutions?
Thank you!