Version: (using KDE KDE 3.4.1) Installed from: Debian testing/unstable Packages OS: Linux When visiting sites where a font-family is specified within a <span> tag (eg. at Wikipedia for IPA symbols), Konqueror ignores the fonts specified in the <span> tag and continues to try to use the font specified in its Settings, resulting in little boxes. This seems to be the result of the "font-family /**/:inherit" in the following tag from a Wikipedia enty: <span title="This is an IPA transcription of pronunciation. See International Phonetic Alphabet." class="IPA" style="white-space: nowrap; font-family:'Doulos SIL', 'Code2000', 'Chrysanthi Unicode', 'Gentium', 'GentiumAlt', 'TITUS Cyberbit Basic', 'Bitstream Vera', 'Arial Unicode MS', 'Bitstream Cyberbit', 'Lucida Sans Unicode', 'Hiragino Kaku Gothic Pro'; font-family /**/:inherit; text-decoration: none">[ɹ]</span> The "font-family /**/:inherit" bit is overriding the previous "font-family:..." bit, whereas this is not occurring with Mozilla. If you create a test page without it Konqueror will display the Gentium or whichever font you have installed. http://en.wikipedia.org/wiki/IPA_chart_for_English
The CSS handling is right here, and mozilla does the same -- later rules override earlier ones. It's just our (well, Qt's) glyph substitution sucks. *** This bug has been marked as a duplicate of 47682 ***