html FONT:fontawesome,glyphicons

Posted

tags:

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

@font-face{
	font-family: fontawesome;
	src:
		url('fonts/fontawesome.otf'),
		url('fonts/fontawesome-webfont.eot'),
		url('fonts/fontawesome-webfont.svg'),
		url('fonts/fontawesome-webfont.ttf'),
		url('fonts/fontawesome-webfont.woff');
}

@font-face{
	font-family: glyphicons-halflings-regular;
	src:
		url('fonts/fontawesome.otf'),
		url('fonts/glyphicons-halflings-regular.eot'),
		url('fonts/glyphicons-halflings-regular.svg'),
		url('fonts/glyphicons-halflings-regular.ttf'),
		url('fonts/glyphicons-halflings-regular.woff');
}


<i class="fa fa-angle-right fa-3x">

以上是关于html FONT:fontawesome,glyphicons的主要内容,如果未能解决你的问题,请参考以下文章

Font Awesome入门教程

Font Awesome入门教程

皮肤收藏

将fontawesome 图标变大

vue 引入 fontawesome 字体库

Vue CLI + Font Awesome 5 Production Build - 无图标(Font Awesome\ 5 免费)