Legacy Knowledge Base
Published Jun. 30, 2025

Font Awesome not included in Liferay product

Written By

Daniel Martinez Cisneros

How To articles are not official guidelines or officially supporteddocumentation. They are community-contributed content and may not alwaysreflect the latest updates to Liferay DXP. We welcome your feedback toimprove How to articles!

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

Legacy Article

You are viewing an article from our legacy "FastTrack"publication program, made available for informational purposes. Articlesin this program were published without a requirement for independentediting or verification and are provided "as is" withoutguarantee.

Before using any information from this article, independently verify itssuitability for your situation and project.

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