0
我的Google網頁字體有問題。Google網頁字體(FF&IE問題)
HTML:
<!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 rel="stylesheet" type="text/css" href="http://fonts.googleapis.com/css?family=Open+Sans:300" />
</head>
<body>
<h1 style="font-family:'Open Sans'">Open Sans text</h1>
</body>
</html>
這工作在Chrome,Safari瀏覽器&歌劇,但不工作在FF & IE。有什麼意見?
的可能重複[谷歌的Web字體不工作在IE9和Firefox(http://stackoverflow.com/questions/7780730/google-web-fonts - 不是,工作-ON-IE9和Firefox的) – codingbadger