Hello.

I have been attempting to embed fonts in a webpage using the Google Font 
Directory. However, in IE8, the use of the provided
stylesheets with certain other properties makes my entire webpage disappear 
occasionally after a page refresh. I am unable to find an explanation for 
the problem. I have provided a minimal test case for the bug (see code 
below). Are there any workarounds, other than avoiding Google Font 
Directory? Are there any other cases where a similar bug could surface?

Sincerely,
Jason H

<!DOCTYPE html>
<link href='http://fonts.googleapis.com/css?family=Cantarell' 
rel='stylesheet' type='text/css' />
<style type="text/css">
.contact-link:before { 
content:"\2709";font-family:"Arial","Helvetica",sans-serif; }
</style>
<a href="#" class="contact-link">Contact Us</a> 


______________________________________________________________________
css-discuss [cs...@lists.css-discuss.org]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to