Comment 1 for bug 2032694

Revision history for this message
Kovid Goyal (kovid) wrote :

I cannot replicate with the following html

<html>
    <head>
        <title>test</title>
        <meta charset="utf-8" />
    </head>
    <body>
        <p style="font-family: sans-serif">Test for sans-serif font</p>
        <p style="font-family: serif">Test for serif font</p>
        <p>Test for default font</p>
    </body>
</html>

Changing the sans-serif font changes the font as expected in only the
first paragraph