I'm using asp.NET and I want to use font awesome icons in my project but I don't know how. Can someone help me with that please? thanks in advance
Use the Visual Studio NuGet Package Manager to do the heavy lifting and configuration for you.
Go to Tools drop down menu --> NuGet Package Manager --> Manage NuGet Packages for Solution...
Then select the Browse tab at the top of the Nuget - Solution window. Search using FontAwesome. Select FontAwesome at top of search results, and select checkbox on project pane on right of window. Click Install.
Open your master page and drag the the font-awesome.css file from Solution Explorer panel into the head of your master page to correctly link to it. Now you're ready to use it and can look up the syntax here.
Example:
<p>
<i class="fa fa-camera-retro"></i> fa-camera-retro
</p>
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With