Why do we need to make font icons on the web side? Good performance. In the previous project, the icons of the web page were pictures. When there were many icons, the size was relatively large. Moreover, I have been doing UI design for 2 years before, and I always find it troublesome to cut pictures frequently. When the same icon is required to be of different sizes, directly enlarging the picture will cause distortion. Font icon production process 1: First of all, of course you need a designer... The method I usually use is that the designer designs the icon and saves it in SVG format. When there is no designer, you can also download the SVG icons you need at http://www.iconfont.cn/. You need to log in to your account, and you can save or download the icons you like. This is not supported in the first version. The icons also have copyright issues, but if they are used by small companies, no one will care... Try to support the genuine ones. I have done it. Design, it’s not easy for designers either haha. 2: Process icons in SVG format. Recommended websites: http://www.iconfont.cn/ or http://fontello.com/, just drag them in. You can set the icon size or company name in it. The red color below represents the one that needs to be downloaded. 3: Download the article
1. Detailed explanation of how to make font icons
##Introduction: This article mainly explains in detail the relevant information on the method of making font icons. It has certain reference value. Interested friends can refer to it
2 . Detailed explanation of iconfont font icons and various small css icons
## Introduction: This article Introducing detailed explanations of iconfont font icons and various small css icons
3.
Use PhotoShop to convert Font-Awesome into image format
Introduction: Introducing how to convert font icons such as Font-Awesome into image formats. It is very simple to use PHOTPSHOP.
4.
Detailed explanation of the use of iconfont in CSS
##Introduction: [Introduction] This tutorial explains the use of iconfont in CSS. A detailed explanation of the first introduction to iconfont. Even if we don’t understand this English at first and don’t understand what it does, for iconfont, when read from back to front in English, it should be called: font icon. This already contains two concepts. First, it must be the word...
5.
Online reference font awesome font iconIntroduction: Online reference to font awesome font icon
6.
javascript - How to download from other people’s websites Font iconIntroduction: I am learning the front-end first and imitating other people’s websites, but I don’t know how to download the font icon files on other people’s websites? I can now see other people's fonts folders, but unlike the css folder, the contents in the fonts folder cannot be downloaded. As shown in the picture...
7.
Back to top summaryIntroduction: Returns in the website The Go to Top function is beneficial to enhance user experience. When a page is very long, going back to the top is essential. Back to the top button, you can use pictures, background images, vector font icons, or use code css to generate. The css generated method is used here.
8.
Glyphicons font icon of Bootstrap component_html/css_WEB-ITnoseIntroduction: Glyphicons of Bootstrap component Font icon
9.
bootstrap font icon_html/css_WEB-ITnoseIntroduction: bootstrap font icon 10. CSS3-Font Icon Production_html/css_WEB-ITnose Introduction: CSS3-Font Icon Production [Related Q&A Recommendations]: css3 - Expanding Alibaba in local projects iconfont font library, add icon font javascript - How to write this kind of interactive animation?
The above is the detailed content of How to use font icons? Summarize font icon example usage. For more information, please follow other related articles on the PHP Chinese website!