Skip to main content
Announcements
Introducing Qlik Answers: A plug-and-play, Generative AI powered RAG solution. READ ALL ABOUT IT!
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

How to change font style in Qlik Sense?

Hello!

Can anybody please tell me how to change font styles in Qlik Sense for Charts? E.g. I want to change the font styles for titles, Dimensions, and Measure values. How can I do that?

20 Replies
kishore3k
Partner - Contributor III
Partner - Contributor III

@naveenbalanagu , @EmmaC , @jim_chan 

did you guys tried applying the same in custom  themes?

When you edit these file at the server level, this will be applied for all the apps in server.

 

.qv-object *{

  font-family: 'Proxima Nova Rg' ! important;

}

Apply custom theme and edit the theme.css and put important for above class. This will only impact the application in which theme is used.

kishore3k_0-1631945785972.png