Welcome to the Treehouse Community
Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.
Looking to learn something new?
Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.
Start your free trialtunis dehas
4,863 Pointsgoogle font
Hi all, I set up a google font in my script. It works on my personal computer , I have a mac computer. but when I use it on my work computer , it doesn't work anymore : IE9 + chrome Version 40.0.2214.93 m
How can I fix it ? somebody else has met this kind of issue ? here the script I put on my html page
<link href='http://fonts.googleapis.com/css?family=Lato:400,900italic%7CNeuton%7CMichroma%7CSacramento%7CNothing+You+Could+Do' rel='stylesheet' type='text/css'>
Thanks
3 Answers
Jeff Jacobson-Swartfager
15,419 PointsIt is likely that the fonts are being blocked by the security/network settings at your work. To find out more about this issue (and some ways to test for it) see Google's page on this issue.
colingallagher
9,743 PointsIf you are using IE9, this might be the issue.
tunis dehas
4,863 Pointsno i don't find out the issue,...i give up and i will use a font face to be sure my font will be the same all the browsers... may be later I will understand why thanks a lot Colin and Jeff for your help;-)