Source code
Revision control
Copy as Markdown
Other Tools
<!DOCTYPE html>
<meta charset="UTF-8">
<link rel="stylesheet" href="/fonts/ahem.css">
<style>
  div {
    font: 16px/5 Ahem;
  }
  span {
    color: transparent;
    font-size: 50%; /* annotation */
  }
</style>
<div>X<span>XXX</span>X</div>