IE9 Font Issues?

Testing IE9

by mrbinky3000

HTML

<script src="&lt;link rel=&quot;stylesheet&quot; type=&quot;text/css&quot; href=&quot;//fonts.googleapis.com/css?family=Dosis:400,600,700&quot;&gt;"></script>
<div>Making the Web Beautiful!</div>

CSS

body {
  font-family: 'Dosis', serif;
  font-size: 48px;
}