Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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?
@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.