Source code
Revision control
Copy as Markdown
Other Tools
<!DOCTYPE html>
<meta charset="UTF-8">
<link rel="stylesheet" type="text/css" href="/fonts/ahem.css">
<style>
div {
font: 16px/1 Ahem;
width: 100px;
}
span {
background-color: green;
}
</style>
<body>
<div><span>one two three four five six seven eight nine ten</span></div>