Skip to content

Instantly share code, notes, and snippets.

@snookca
Forked from anonymous/gist:4072754
Created November 16, 2012 18:44
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save snookca/4089813 to your computer and use it in GitHub Desktop.
Save snookca/4089813 to your computer and use it in GitHub Desktop.
<!doctype html>
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
</head>
<body>
<div style="font: italic 25px Tahoma; font-size: 2.5rem;">
Font settings which works in IE
</div>
<div style="font: italic 2.5rem Tahoma;">
Font settings which doesn't works in IE, even in IE9
</div>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment