Source code

Revision control

Copy as Markdown

Other Tools

Test Info:

<!DOCTYPE html>
<link rel="match" href="grow-per-line-ref.html">
<meta name="flags" content="ahem">
<link rel="stylesheet" href="/fonts/ahem.css">
<style>
.target {
text-fit: grow per-line;
width: 120px;
border: 2px solid blue;
margin-bottom: 10px;
font: 20px/normal Ahem;
}
.target:first-line {
color: lime;
}
</style>
<body>
<div class="target">ABCD EFGHIJ</div>
</body>