Windows上的Ubuntu Web字体

时间:2013-01-02 13:43:08

标签: webfonts google-webfonts

我在我的网站上使用Ubuntu Web Font,而且在Linux和Mac OS X上的字体看起来很好,但在Windows上它们的呈现方式不同。 Windows上字体的主要问题是字母“g”和“q”。人们很难区分这两者。 这是我的样式表中字体 - 面部定义的样子

@font-face {
 font-family: 'UbuntuRegular';
 src: url('assets/Ubuntu-Regular-webfont.eot');
 src: url('assets/Ubuntu-Regular-webfont.eot?#iefix') format('embedded-opentype'),  url('assets/Ubuntu-Regular-webfont.woff') format('woff'),  url('assets/Ubuntu-Regular-webfont.ttf') format('truetype'),  url('assets/Ubuntu-Regular-webfont.svg#UbuntuRegular') format('svg');
 font-weight: normal;
 font-style: normal;
}

这是身体的风格定义

body {
    background:#1a1a1a;
    font-family:'UbuntuRegular', Arial, sans-serif;
    font-size:13px;
    margin:0;
    padding:0;
    height: 100%;
}

0 个答案:

没有答案