Posts

Showing posts from January, 2020
How to display icon in font awesome if you have used to fas  and far. Mostly we have used fa for font awesome icon. if you have to used fas and far icon are not display it's showing square shape. So used the below css path in your project it's working fine. @import url('https://use.fontawesome.com/releases/v5.0.8/css/all.css'); <link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.0.8/css/all.css" >