Sans Condensed: the vertical position of the strikethrough line (as achieved using the text-decoration:line-through CSS rule) is too low - it is almost an underline. The line position for the other DejaVu fonts is correct. The HTML to reproduce the above problem (on both Windows XP and Fedora Core 3 using Firefox 1.0.7) is as follows: <html> <style type="text/css"> p{border-width:1px;border-style:dotted;text-decoration:line-through;} </style> <body> <p style="font-family:DejaVu Sans"> DejaVu Sans ABCDEFGHIJKL </p> <p style="font-family:DejaVu Serif"> DejaVu Serif ABCDEFGHIJKL </p> <p style="font-family:DejaVu Sans Mono"> DejaVu Sans Mono ABCDEFGHIJKL </p> <p style="font-family:DejaVu Sans Condensed"> DejaVu Sans Condensed ABCDEFGHIJKL </p> <p style="font-family:DejaVu Serif Condensed"> DejaVu Serif Condensed ABCDEFGHIJKL </p> </body> </html>
fixing bug #8848 for Sans Condensed has fixed this as well.
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.