Google Font Lobster Two Issue

Google Font "Lobster Two" is not working on chrome and safari as of Friday November 30th, 2012 at 11am PST.

HTML

<div id="content">
    <!-- This works in Firefox but not in Chrome or Safari -->
    <h2>Hello World</h2>
    
</div>

CSS

@import url(http://fonts.googleapis.com/css?family=Lobster+Two:700italic);
#content h2{
  font-family: 'Lobster Two', cursive;
  font-size: 37px;
}