<!DOCTYPE HTML> <html> <head> <title>Bug 668758 - @font-face disrupts font preferences</title> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <style type="text/css"> body { margin: 50px; font-family: serif; } </style> </head> <body> <p> This should be rendered using the default serif font. </p> <pre> And this is preformatted text that ought to be monospaced. </pre> </body> </html>