css 使用CSS @ font-face的示例

Posted

tags:

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

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

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

以上是关于css 使用CSS @ font-face的示例的主要内容,如果未能解决你的问题,请参考以下文章

css [使用@ font-face] #css

使用 CSS @font-face 时,浏览器使用不同类型的顺序是啥?

在 CSS 中使用多个 @font-face 规则

css 使用@ font-face

CSS 使用@ font-face

CSS 我使用的@ Font-Face片段