0

I'm developing a website where I using following google web font - Telex. The problem is that it reflects well on chrome and mozilla, but doesn't load in any IE version. I even checked my website in IE tester but it loads website only in IE8 with default browser font, IE6 and IE9 hangs and doesn't load page completely.

To use google web font, I simply took the stylesheet URL from google font page and pasted inside head tag. Then I used provided font-family name in CSS.

Can anyone suggests whats wrong with me?

Thanks!

EDITED -----

Here is the code snippets...

----------HTML CODE ----------------

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>untitled document</title>

<link href='http://fonts.googleapis.com/css?family=Telex' rel='stylesheet' type='text/css'>
<link href="css/layout.css" rel="stylesheet" type="text/css" />

</head>

<body>
   <h1 class="contntTxt">WINNER OF THIS MONTH!</h1>
</body>
</html>

------------CSS Code -----------------

.contntTxt{
    font-family: 'Telex', sans-serif;
        font-size:13px;
}

To add, I've registered copy of Windows 7 with me however windows on my system currently not activated as windows CD not opening. Does this create an issue for IE.

4

0 回答 0