<!DOCTYPE html> | |
<html> | |
<head> | |
<meta http-equiv="content-type" content="text/html; charset=utf-8"> | |
<style> span {background: yellow; outline: none; font-size: 48px;} </style> | |
</head> | |
<body> | |
<h2>The first glyph has initial advance.</h2> | |
<section style="text-rendering: optimizeLegibility;"> | |
<span>س اِ</span> | |
</section> | |
</body> | |
</html> |