- Issue created by @ari.saves
- πΊπΈUnited States tim.tripp
Can you provide the CSS class names of the
custom
icon style? I need the equivalent offas
andfa-solid
class names for thesolid
icon style. - πΊπΈUnited States ari.saves New Mexico
Hello Tim! Custom icons use the
fak
class; for example, the custom-icons.css file defines them like this:
.fak.fa-learn::before, .fa-kit.fa-learn::before { content: "\e000"; }
- Status changed to Needs review
9 months ago 5:20pm 14 February 2024 - πΊπΈUnited States tim.tripp
You'll have to enable the "Custom" style in the settings for your text format.
- πΊπΈUnited States ari.saves New Mexico
This patch is working well for me, thank you @timurtripp! I may add a little padding when I get a moment for readability; also I am curious -- if I wanted to sort these into categories, would that be in the icon families metadata? Thanks again for your time on this issue!
-
timurtripp β
committed 8acb930d on 1.x
Issue #3421178: Adds "Custom" icon style for Font Awesome Pro users
-
timurtripp β
committed 8acb930d on 1.x
- Status changed to Fixed
9 months ago 5:21pm 21 February 2024 - πΊπΈUnited States tim.tripp
@ari.saves Thanks for reviewing! Fix has been committed to the dev branch.
The category information is in
categories.yml
, if you want to modify them with your custom icons and categories you can edit this file. You can also easily add custom icons to the recommended category. Automatically closed - issue fixed for 2 weeks with no activity.