популярные сайты, такие как CNN.com, отображают текст как дерьмо в Chrome. Текст отлично смотрится в IE9 .. Вот скриншот из статьи с CNN.com.
Кажется, это веб-шрифт Google под названием Lato. Это фрагмент файла CSS от cnn.com.
@font-face {
font-family: 'Lato';
font-style: normal;
font-weight: 400;
src: local('Lato Regular'), local('Lato-Regular'), url(http://themes.googleusercontent.com/static/fonts/lato/v6/9k-RPmcnxYEPm8CNFsH2gg.woff) format('woff');
}
@font-face {
font-family: 'Lato';
font-style: normal;
font-weight: 700;
src: local('Lato Bold'), local('Lato-Bold'), url(http://themes.googleusercontent.com/static/fonts/lato/v6/wkfQbvfT_02e2IWO3yYueQ.woff) format('woff');
}