Source code
Revision control
Copy as Markdown
Other Tools
<!DOCTYPE html>
<html class="reftest-wait">
<meta charset="utf-8">
<meta name="flags" content="ahem">
<link rel="stylesheet" href="/fonts/ahem.css">
<style>
.common {
font: 20px/1 Ahem;
width: 160px;
white-space: pre;
border: 1px solid gray;
margin: 20px;
text-emphasis: 'e' blue;
}
.grow-consistent {
font-size: 40px;
}
.grow-line {
}
.shrink-consistent {
font-size: 10px;
width: 80px;
}
.shrink-line {
font-size: 10px;
width: 80px;
}
</style>
<div class="common grow-consistent">ÉpÉ
pÉpÉ</div>
<div class="common grow-line"><span style="font-size:40px;">ÉpÉp</span>
pÉpÉpÉpÉ</div>
<div class="common shrink-consistent">ÉpÉ
pÉpÉpÉpÉ</div>
<div class="common shrink-line"><span style="font-size:20px;">ÉpÉp</span>
pÉpÉpÉpÉ</div>
<script>
document.fonts.ready.then(() => {
document.documentElement.classList.remove('reftest-wait');
});
</script>