Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
cancel
Showing results for 
Search instead for 
Did you mean: 
kutoswiss
Contributor II
Contributor II

"Custom fonts" using custom themes not working in QS Sep 2019 release

We use custom themes to apply the default font "Verdana" to specific apps using a css file "theme.css" attached to the theme.

This .css Files looks as follows:

.qvt-sheet {
background: #ffffff !important;
}

.qv-object * {
font-family:Verdana, Arial, Helvetica, sans-serif;
}

This code worked until the June 2019 release, but it does not work in the new Sep 2019 release.
Any idea how we can apply custom fonts in Sep 2019 onwards?

For testing, I have added the not working custom Theme: TEST_FONT.zip

 

Thanks,
Tobias

 

Labels (3)
0 Replies