Using the google webfont loader the font shows in IE9, but when I declare at DOCtype at the start
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
also
!DOCTYPE html
breaks it
the font no longer loads. Leaving it out breaks the auto margins.
Nothing so far as worked.
<!DOCTYPE HTML>is all I ever use anymore. It loads the fonts just fine for me.Should it fail, add this meta tag:
And should that also fail, check the F12 Developer Tools console for error messages.