Skip to main content
Announcements
Introducing a new Enhanced File Management feature in Qlik Cloud! GET THE DETAILS!
cancel
Showing results for 
Search instead for 
Did you mean: 
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)
0 Replies