[Designer Tips] How to use Font Awesome
welcome! It's RC Town! 🤗 Today, as announced in the previous post, 'Recommended free icon sites', I would like to introduce how to use web icon fonts and the font awesome site! Gather all those who want to use icon fonts! 1 Reasons to use web icon fonts There are many other ways to insert icons, so why use a web icon font! 1. Icon font is a font property Because icon fonts are applied as fonts, not images. Design freedom is higher than the method of inserting an image. There are many elements that can be changed with only css! 2. Takes up less space than image files The smaller the capacity, the faster the processing speed. 3. Available in vector form Unlike images, web icon fonts do not break no matter how much you increase their size. 4. Compatibility is good Because it is not implemented using JavaScript. It is exposed to the webpage in the same form in various browsers! 5. Diverse Of course, the degre...