blob: b1441b066dfe51757dd2c9868f4662b42f8bb9df (
plain)
1
2
3
4
5
6
7
8
9
|
<!DOCTYPE html>
<html>
<!-- Use letter-spacing in the style to keep the antialiased edges of the glyph
from being erased by the following white span in the reference -->
<body style="text-rendering: optimizeLegibility; background-color: white;
letter-spacing: 2px;">
<p>̅</p>
</body>
</html>
|