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