We are using some web fonts on our site, e.g.
<link href="http://fonts.googleapis.com/css?family=Anton"
rel="stylesheet" type="text/css">
Due to a bug in IE8 that I have no desire to workaround in other ways, I’d like to recommend to our site authors that they not provide a fallback font when specifying web fonts. For example, instead of:
font-family: 'Anton', "Arial Black", sans-serif;
..do…
font-family: 'Anton';
Is there a real-world scenario where this could cause problems, i.e. why would I need to provide a fallback for a font that I am providing?
I doubt you would have a problem with Google being unreachable. However some browsers do use the fallback font until the downloaded font is available.
From Google: https://developers.google.com/webfonts/faq