Steps to use Ali font icon

Search for font icons and add them to the library

insert image description here

Add the library icon to the project

insert image description here
insert image description here
insert image description here

update the code and copy

insert image description here

Replace the corresponding code in the file

insert image description here

Added icon style

insert image description here
insert image description here
insert image description here
insert image description here

Use font icons

<li class="iconfont icon-xinzeng"></li>

Control font icon style

<style>
	.icon-xinzeng{
		font-size:20px;
		color:#ff9900;
	}
</style>

Guess you like

Origin blog.csdn.net/weixin_42000816/article/details/120415930