Skip to content

Instantly share code, notes, and snippets.

@abteilung
Created January 22, 2013 10:16
Show Gist options
  • Save abteilung/4593554 to your computer and use it in GitHub Desktop.
Save abteilung/4593554 to your computer and use it in GitHub Desktop.
TS: HTML5 und Schriften Fix für IE < 9
[browser = msie] [version < 9.0]
page.headerData.10 = TEXT
page.headerData.10.value (
<script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script>
<link href="fileadmin/templates/stylesheets/ie.css" media="screen, projection" rel="stylesheet" type="text/css" />
<link href="http://fonts.googleapis.com/css?family=Open+Sans:300" rel="stylesheet" type="text/css">
<link href="http://fonts.googleapis.com/css?family=Open+Sans:300italic" rel="stylesheet" type="text/css">
<link href="http://fonts.googleapis.com/css?family=Open+Sans:400italic" rel="stylesheet" type="text/css">
<link href="http://fonts.googleapis.com/css?family=Open+Sans:700" rel="stylesheet" type="text/css">
)
[global]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment