mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-01 14:45:29 +00:00
13 lines
155 B
HTML
13 lines
155 B
HTML
<html>
|
|
<head>
|
|
<style type="text/css">
|
|
body {
|
|
font-family: serif;
|
|
}
|
|
</style>
|
|
</head>
|
|
<body>
|
|
This should NOT be in the default serif font.
|
|
</body>
|
|
</html>
|