App Development

Discuss and learn more about Qlik Sense app development and usage.

Announcements
Introducing a new Enhanced File Management feature in Qlik Cloud! GET THE DETAILS!

Who Me Too'd this topic

Amay_cpai
Contributor III
Contributor III

How to load Font Awesome Icons in Qlik sense cloud

I am trying to load font awesome icons into qliksense cloud using theme file but not able to do it successfully. Can someone guide in right direction. 

Below is the code which I used in theme.css but I don't see icons been imported into qlik.

@font-face {
    font-family: 'Font Awesome 6 Pro';
    font-style: normal;
    font-weight: 900;
    font-display: block;
    src: url("Font Awesome 6 Pro-Solid-900.otf") format("opentype");
}
Labels (1)
Who Me Too'd this topic