mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-01 14:45:29 +00:00
30 lines
419 B
HTML
30 lines
419 B
HTML
<!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>
|