Source code

Revision control

Copy as Markdown

Other Tools

<!DOCTYPE HTML>
<html>
<head>
<title>Escaped family names test</title>
<meta charset="UTF-8">
<style>
body { margin: 20px; }
#test, #test2 { font-family: serif; }
</style>
</head>
<body>
<p id=test>Should be serif</p>
<p id=test2>Should be serif</p>
</body>
</html>