Source code

Revision control

Copy as Markdown

Other Tools

<!DOCTYPE html>
<link rel="stylesheet" href="/fonts/ahem.css">
<style>
.target {
white-space: pre;
width: 100px;
font: 10px/normal Ahem;
}
</style>
<body>
<div class="target" style="width:102px; font-size:20px">AB<span style="border:1px solid lime">CD</span>E</div>
<div class="target" style="border:1px solid green"><span style="font-size:50px">AB</span>
<span style="font-size:20px">CDEFG</span></div>
<div style="width:100px;">
<div style="white-space:pre; font:50px/20px Ahem;">AB</div>
<div style="white-space:pre; font:20px/20px Ahem;">CDEFG</div>
</div>
</body>