CSS CSS @ font-face示例

Posted

tags:

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

@font-face{ 
	font-family: 'MyWebFont';
	src: url('WebFont.eot');
	src: url('WebFont.eot?#iefix') format('embedded-opentype'),
	     url('WebFont.woff') format('woff'),
	     url('WebFont.ttf') format('truetype'),
	     url('WebFont.svg#webfont') format('svg');
}


/* <link rel="stylesheet" href="stylesheet.css" type="text/css" charset="utf-8" /> */

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

在@font-face CSS 规则中,'local' 值(对于'src' 属性)不再起作用了吗?

css CSS Font-Face

css [使用@ font-face] #css

CSS @ font-face CSS字体注入

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

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