Hi
I am working on a browser based on Qt5.3, when a content with sans-serif and serif font is accessed, the display is same.
If I debug Qt code, I get that the font family used for it is "Palatino" for both the fonts.
In Qt4.7, this issue is not occurring. In this, Sans-serif uses "Arial" font and serif uses "Times New Roman" which is the correct behaviour.
What could be the issue for this behaviour in Qt5.3?