阅读背景:

网页中导入特殊字体@font-face属性详解

来源:互联网 
@font-face {
	font-family: 'icomoon';/*自定义字体名称*/
	src:url('../fonts/icomoon.eot?rretjt');/*自定义字体的路径*/
	src:url('../fonts/icomoon.eot?#iefixrretjt') format('embedded-opentype'),
		url('../fonts/icomoon.woff?rretjt') format('woff'),/*format为字体格式 便于浏览器识别*/
		url('../fonts/icomoon.ttf?rretjt') format('truetype'),
		url('../fonts/icomoon.svg?rretjt#icomoon') format('svg');
	font-weight: normal;/*属性是否加粗*/
	font-style: normal;/*是否倾斜属性*/
}
@font-face {
	font-family: 'icomoon';/*自定义字



你的当前访问异常,请进行认证后继续阅读剩余内容。

分享到: