Font Awesome Icons in Offline

后端 未结 3 1515
遇见更好的自我
遇见更好的自我 2021-01-18 16:04

Is there any way to use this in offline?

 

        
3条回答
  •  暖寄归人
    2021-01-18 17:02

    1. Download the font awesome free zip from the official site
    2. there is a folder called 'css', copy that folder into your project folder, (important) and also copy the folder named 'webfonts'
    3. then link the desired css file to html file (all.css or fontawesome.css or fontawesome.min.css) using the command
    4. then try your code, it will work

提交回复
热议问题