Home  >  Article  >  Web Front-end  >  layui custom font icon graphic tutorial

layui custom font icon graphic tutorial

尚
forward
2019-11-28 13:18:376188browse

layui custom font icon graphic tutorial

layui’s icon is taken from Alibaba’s vector icon library Iconfont

The first step is to open http://iconfont.cn/ through the browser and visit Alibaba Baba vector icon library.

layui custom font icon graphic tutorialThe second step is to authorize login to an account through the user icon in the upper right corner. Here I choose to use Github as the login account.

layui custom font icon graphic tutorialThe third step, after the login is completed, let us understand a little about the basic operations.
Iconfont provides a lot of icon libraries, including official icon resources and some third-party materials. There are many ways to choose, and you can integrate some colorful icons into the project. Here we choose the "Multi-color Financial Business Icons" in the "Colorful Icon Library" as our case.

Through the operation of the panel, we can easily collect/download various icons, and we can also add these icons to a project like "add to shopping cart".

layui custom font icon graphic tutorialPut all the browsed icons into the shopping cart and create a project.

layui custom font icon graphic tutoriallayui custom font icon graphic tutorial

layui custom font icon graphic tutorial

The fourth step, after adding a project, let’s get familiar with the management and operation of the project

layui custom font icon graphic tutorialSet the project information and modify the FontClass prefix of the icon to "layui-extend"

layui custom font icon graphic tutorialThis is the rendering after modification and saving.

layui custom font icon graphic tutorialThe fifth step is to choose the integration method.
Iconfont provides two integration methods. One is to integrate by generating online CDN resources. The advantage is that it is very convenient to maintain. A project will have a unique address that remains unchanged. After the warehouse is updated, it can be directly referenced and the update problem will be ignored. Another way is to download to local integration, which has the advantage of ensuring the integrity of the entire project and retaining various versions.

layui custom font icon graphic tutorialThe beholder has different opinions and the wise have wisdom. I chose to download the file for integration.
After clicking the Download to local button, we got a ZIP package. Download the latest version of the framework from the layui official website. After decompressing the two, put them in the same directory. The directory structure is as follows.

1layui custom font icon graphic tutorialThe sixth step is to create a new directory named layui-icon-extend under css/modules in the layui directory, and copy the files starting with iconfont in the font directory into it.

1layui custom font icon graphic tutorialStep 7, start writing code! ! !
Quote the iconfont.css file under layui-icon-extend in the page reference, and then you can use "iconfont layui-extend-xxxx" to reference the icon.

1layui custom font icon graphic tutorialIn the above style, iconfont refers to the style name in iconfont.css. To avoid conflicts, modification is generally not recommended. Of course, if you reference more projects on iconfont, you can also modify it.
Note: Do not change it to layui-icon, it will conflict with the icon that comes with layui! !

1layui custom font icon graphic tutorialStep 8, let’s take a look at the effect.

1layui custom font icon graphic tutorialFor more layui knowledge, please pay attention to the layui usage tutorial column.

The above is the detailed content of layui custom font icon graphic tutorial. For more information, please follow other related articles on the PHP Chinese website!

Statement:
This article is reproduced at:layui.com. If there is any infringement, please contact admin@php.cn delete