blob: 76c426fdb31221703e3c102abbe96ecdc17562b1 [file] [edit]
<!DOCTYPE html>
<html>
<head>
<style>
p {
font-family: 'PT Serif';
}
</style>
</head>
<body>
<!-- PT Serif has no support for U+F8FF, it should fallback to Times Roman on Apple platform -->
<p>&#xF8FF;</p>
</body>
</html>