Source code
Revision control
Copy as Markdown
Other Tools
<!DOCTYPE html>
<html lang="en" >
<meta charset="utf-8">
<title>letter spacing and ligatures</title>
<style>
div {
font-size: 2em;
width: 12ch;
font-kerning: none;
}
span {
padding-left: 20px;
}
.ref {
color: blue;
}
</style>
<p>Test passes if the black text looks like the blue one.
<div lang=km>សា<span></span>ហា</div>
<div lang=km class=ref>សា<span></span>ហា</div>