有时,在使用chrome刷新网页时,波斯语/阿拉伯语字体无法正确渲染,如下图所示:
我在我的页面中使用了这段代码:
@font-face {
font-family: 'Persian';
src:
url(../fonts/persian.eot?#) format('eot'),
url(../fonts/persian.woff2) format('woff2'),
url(../fonts/persian.woff) format('woff');
font-weight: 300;
}