
Any idea why the webfont I'm using would suddenly stop working? I was displaying fine up to about a week ago. Now I just get the basic serif font. I've checked the link and it still works fine. Ideas? HTML <link href=' <a href="http://fonts.googleapis.com/css?family=IM+Fell+English+SC" rel="nofollow">http://fonts.googleapis.com/css?family=IM+Fell+English+SC</a> ' rel='stylesheet' type='text/css'> CSS @font-face { font-family: 'IM Fell English SC'; font-style: normal; font-weight: 400; src: local('IM FELL English SC'), local('IM_FELL_English_SC'), url( <a href="http://themes.googleusercontent.com/static/fonts/imfellenglishsc/v3/h3Tn6yWfw4b5qaLD1RWvz9gX5f6-V0DImePmAcKHNfQ.ttf" rel="nofollow">http://themes.googleusercontent.com/static/fonts/imfellenglishsc/v3/h3Tn6yWfw4b5qaLD1RWvz9gX5f6-V0DImePmAcKHNfQ.ttf</a> ) format('truetype'); } h1, h2, h3 { font-family: 'IM Fell English SC', serif; } Thanks!