css CSS Font-Face

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了css CSS Font-Face相关的知识,希望对你有一定的参考价值。

@font-face {
    font-family: 'font-name';
    src: url('.eot');
    src: url('.eot?#iefix') format('embedded-opentype'),
         url('.woff') format('woff'),
         url('.ttf') format('truetype'),
         url('.svg#open_sanslight') format('svg');
    font-weight: normal;
    font-style: normal;
}

以上是关于css CSS Font-Face的主要内容,如果未能解决你的问题,请参考以下文章

CSS CSS @ font-face示例

CSS @ font-face CSS字体注入

css 使用CSS @ font-face的示例

CSS @font-face - “src:local('☺')”是啥意思?

CSS @font-face - “src:local('☺')”是啥意思?

针对移动和 CSS @font-face 进行优化