9 lines
310 B
HTML
9 lines
310 B
HTML
<!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>
|