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