IE9 Font Issues?
Testing IE9
by mrbinky3000
HTML
<script src="<link rel="stylesheet" type="text/css" href="//fonts.googleapis.com/css?family=Dosis:400,600,700">"></script>
<div>Making the Web Beautiful!</div>
CSS
body {
font-family: 'Dosis', serif;
font-size: 48px;
}