【发布时间】:2019-05-02 14:27:50
【问题描述】:
我正在使用这样定义的自定义字体:
@font-face {
font-family : 'LatoWeb';
src : url('../resources/fonts/Lato-Regular.woff') format('woff');
font-style : normal;
font-weight : normal;
text-rendering : optimizeLegibility;
}
有趣的是我没有这种字体的字体粗细变化。但是,从font-weight: 600 开始字体变粗了,怎么可能?如果没有加载字体,它会把字体放在哪里?
【问题讨论】: