我嘗試添加自定義的字體,有很多麻煩:( 的,這是我的test.html:自定義字體和字體平滑
<!DOCTYPE html>
<html>
<head>
<style type="text/css">
@font-face {
font-family: 'OpenSans';
src: url('OpenSans.eot');
src: url('OpenSans.eot?#iefix') format('embedded-opentype'),
url('OpenSans.woff') format('woff'),
url('OpenSans.ttf') format('truetype');
font-weight: normal;
font-style: normal;
}
body {
font-size: 14px;
font-family: 'OpenSans';
}
</style>
</head>
<body>
<span>Lorem Ipsum is simply dummy text of the printing and typesetting industry<span>
</body>
</html>
我結果,我有(的Windows XP SP3的ClearType禁用):
我不知道爲什麼我的戲並不想讀取本地目錄中該字體。Safari和Chrome未啓用字體平滑(我如何理解它依賴於操作系統,我不能修復它而不需要更改操作系統設置)。
2問題:
1)爲什麼opera不能理解本地路徑(如果它部署在http服務器上,它將工作)?
2)如何啓用鉻和safari的字體平滑?火狐它沒有麻煩,也許它可能是其他瀏覽器(CSS屬性字體光滑沒有幫助)