Usage with FontAwesome 5 Pro
See original GitHub issueHow do I use FontAwesome 5 Pro into my project? It seems like I can’t use the regular or light icons on the header.
<h5 class="sub header">
<i class="far fa-wrench icon"></i>
<div class="content">
Configure
<div class="sub header">
Determine the columns and rows for the seat layout. <b>Then, label the seat accordingly.</b>
</div>
</div>
</h5>
The problem with the code above is that it doesn’t display the FA5’s regular icon, it displays FA5’s solid icon instead.
Example output:
Help, thanks!
Issue Analytics
- State:
- Created 6 years ago
- Comments:6 (3 by maintainers)
Top Results From Across the Web
Get a Version 5 Cheatsheet for Unicode & Glyphs
Need a Font Awesome icon's glyph, name, or unicode value? Use this Version 5 cheatsheet for quick copying and pasting.
Read more >Font Awesome 5 Intro - W3Schools
Font Awesome 5 has a PRO edition with 7842 icons, and a FREE edition with 1588 icons. This tutorial will concentrate on the...
Read more >Using Font Awesome 5 Pro
This blog post explains how to use Font Awesome 5 Pro ... Demo 1 (Usage in APEX): https://apex.oracle.com/pls/apex/f?p=1397
Read more >Can I use Fontawesome 5 Pro? - Anvil Q&A
Is there a way to enable another version of Fontawesome? Since I have a license for 5 Pro, that is what I would...
Read more >How To Use Font Awesome 5 with React - DigitalOcean
The recommended way to use Font Awesome icons is to import them one by one so that your final bundle sizes are as...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
@sinalet They are “ready” but I am not happy with them, I was just talking about them the other day with someone and was talking about rewriting them, I will give you a ping when I make them public 😃
In my new PR I have done a report of FA5 using some new scripts I write. I have the ability to ship the scripts and allow users to port FA into semantic themselves. This will allow users to add FA5 Pro to semantic without leaking the icons.
Currently I need to proof check the scripts and rule out any bugs with them before I make them public.