You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Integrate Font Awesome to support the font-based icon mode in AsciiDoc (e.g., admonition icons, checklist marker icons, menu separators, etc). Also integrate it for general use in the UI, such as for brand icons and possibly other embellishments.
Even though Asciidoctor does not yet integrate with Font Awesome 5, we should be forward looking and use it for this purpose. The Antora build gives us that opportunity. We'll need to apply whatever patches and workarounds are necessary.
There are three possible ways to integrate Font Awesome 5:
fonts
SVG with JS
SVG files
We should explore each route and determine which provides the best balance between flexibility, complexity of build, and performance.