I would like to import some fonts for using in my website, I'm using this code that Google made.
HTML
<link href='http://fonts.googleapis.com/css?family=Droid+Sans:400,700|Cuprum:400,700' rel='stylesheet' type='text/css'>
CSS
font-family: "Droid Sans", sans-serif;
It's works in Firefox and Google Chrome but IE8 no, why ?
EDITED: Adobe create something like Google and the script is better than google and work perfect in Internet Explorer (more in http://html.adobe.com/edge/webfonts/)