View Single Post
Old 08-30-2008, 04:59 PM   #7
radius
Lector minore
radius ought to be getting tired of karma fortunes by now.radius ought to be getting tired of karma fortunes by now.radius ought to be getting tired of karma fortunes by now.radius ought to be getting tired of karma fortunes by now.radius ought to be getting tired of karma fortunes by now.radius ought to be getting tired of karma fortunes by now.radius ought to be getting tired of karma fortunes by now.radius ought to be getting tired of karma fortunes by now.radius ought to be getting tired of karma fortunes by now.radius ought to be getting tired of karma fortunes by now.radius ought to be getting tired of karma fortunes by now.
 
radius's Avatar
 
Posts: 649
Karma: 1738720
Join Date: Jan 2008
Device: Aura One, Samsung Galaxy Tab S5e, Google Pixel Slate
Hi Kovid, have you tried your example?

If I convert the following snippet, I get three lines which look correct in a web browser, but all three lines look identical on my Reader.

Code:
<html>
<head><title>Font test</title></head>

<body>
<p style="font-family:serif">The quick brown fox 012345</p>
<p style="font-family:sansserif">The quick brown fox 012345</p>
<p style="font-family:monospace">The quick brown fox 012345</p>
</body>
</html>
radius is offline   Reply With Quote