@ font-face src:local不能处理chrome

时间:2016-12-09 12:02:10

标签: css css3 google-chrome font-face

此代码不适用于Chrome,Chromium,Opera和其他Blinks浏览器,但适用于Firefox

@font-face {
    font-family: 'SomeName';
    src: local('URW Gothic L'), url('something.ttf') format('truetype');
}

但是......这个工作完美无缺

@font-face {
    font-family: 'SomeName';
    src: url('something.ttf') format('truetype');
} 

Blink是否支持本地字体? 如何首先尝试加载本地字体?

0 个答案:

没有答案