@font-face
カスタムフォントを有効にするために使用します。Firefox、IE、Safari、および Mac の Chrome で動作します。Chrome を搭載した Windows 7 では、10px のテキストは黒やグレーではなく緑に見えます! ... さらにテストした結果: Firefox (Windows) と Safari (Windows) で同じ問題が発生
Windows ClearType レンダリングと関係があるのかもしれません。しかし、なぜ Internet Explorer で動作するのでしょうか??
ページへの直接リンク: http://www.light-work.de/chrome.html
それは本当に奇妙です!この問題は、10px のフォント サイズ (必要なサイズ) でのみ発生します。その下light-work.de/webfontkit/
に標本の概要が表示されます。
より大きなスクリーンショット: http://light-work.de/styles/02.png
<!DOCTYPE HTML>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>google chrome</title>
<style>
/* Generated by Font Squirrel */
@font-face {
font-family: 'M10Regular';
src: url('http://light-work.de/styles/m10/m10-webfont.eot');
src: url('http://light-work.de/styles/m10/m10-webfont.eot?#iefix') format('embedded-opentype'),
url('http://light-work.de/styles/m10/m10-webfont.woff') format('woff'),
url('http://light-work.de/styles/m10/m10-webfont.ttf') format('truetype'),
url('http://light-work.de/styles/m10/m10-webfont.svg#M10Regular') format('svg');
font-weight: normal;
font-style: normal;
}
body {
font-family: 'M10Regular';
line-height: 20px;
font-size: 10px;
color:#666666;
}
</style>
</head>
<body>
Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus.
</body>
</html>