Injae's Lab
Gallery Interest Calculator Mortgage Calculator Annual Tax Table GST Calculator Week Number Calendar Etc My Blog
Login
20190830.Version 1.0.9263.26623.

My Tech Choices

Title How to Get IE8 to Support HTML5 Tags and Web Fonts
Writer Injae Date 3/02/2014 7:08:39 PM View 1343 Up 0
How to Get IE8 to Support HTML5 Tags and Web Fonts

http://tatiyants.com/how-to-get-ie8-to-support-html5-tags-and-web-fonts/


@font-face {
font-family: 'OpenSans';
src: url('fonts/OpenSans-Light-webfont.eot');
src: url('fonts/OpenSans-Light-webfont.eot?#iefix') format('embedded-opentype'),
url('fonts/OpenSans-Light-webfont.woff') format('woff'),
url('fonts/OpenSans-Light-webfont.ttf') format('truetype'),
url('fonts/OpenSans-Light-webfont.svg#OpenSansLight') format('svg');
font-weight: 300;
font-style: normal;
}