字体下载网址
字体下载的网址
font-face
导入字体语法规则
获取的data-icon的属性值,用[data-icon]
字体格式
@font-face {
font-family: "Raphaelicons";
src:url('../fonts/raphaelicons-webfont.eot') format('eot'),
url('../fonts/raphaelicons-webfont.ttf') format('truetype'),
url('../fonts/raphaelicons-webfont.woff') format('woff'),
url('../fonts/raphaelicons-webfont.svg') format('svg');
font-weight: normal;
font-style: normal;
}
字体下载