Roboto-Regular字体中的某些字符是否存在问题,如果字体大小为14px,仅适用于Windows OS?特别是,字母“ e”不清楚。当字体更改为13px时,该字体家族中的每个字母都清晰显示。
答案 0 :(得分:0)
尝试在CSS中使用SVG字体。
@font-face {
font-family: ‘MyWebFont’;
src: url(‘webfont.eot’);
src: url(‘webfont.eot?#iefix’) format(‘embedded-opentype’),
url(‘webfont.woff’) format(‘woff’),
url(‘webfont.ttf’) format(‘truetype’),
url(‘webfont.svg#svgFontName’) format(‘svg’);
}