legacy-knowledge-base
公開されました Jun. 30, 2025

Font Awesome not included in Liferay product

written-by

Daniel Martinez Cisneros

How To articles are not official guidelines or officially supported documentation. They are community-contributed content and may not always reflect the latest updates to Liferay DXP. We welcome your feedback to improve How To articles!

While we make every effort to ensure this Knowledge Base is accurate, it may not always reflect the most recent updates or official guidelines.We appreciate your understanding and encourage you to reach out with any feedback or concerns.

legacy-article

learn-legacy-article-disclaimer-text

Issue

Font awesome icons are not available from version 2024.Q3 and is not possible to Enable it from System Settings. 

Trying to add an html with some font awesome icons will not be rendered, for example: 

<div class="col-2 text-right"><span class="icon-download-alt"></span></div>

Environment

  • Quarterly Releases after 2024.Q3

Resolution

  • Since Font Awesome is no longer included by the product, a custom theme needs to include it explicitly as any other library in your themes

Additional Information

  • In previous versions, Font Awesome was included to maintain compatibility. However, starting from this 7.3 breaking change, it was decided not to include it by default in order to optimize build times.
  • As of 2024.Q3, the font-awesome module has been removed. You can find details of this modification in this ticket and in this pull request.
did-this-article-resolve-your-issue

legacy-knowledge-base