Source code
Revision control
Copy as Markdown
Other Tools
<!DOCTYPE html>
<style>
@import "support/MetricsTestFont.css";
.spacer {
margin-top: -10px;
background: lightgray;
block-size: 100px;
}
.target {
font-family: MetricsTestFont;
font-size: 100px;
line-height: 1;
}
.float {
float: left;
width: 100px;
height: 90px;
background: yellow;
}
.clear { clear: both; }
</style>
<div class="float"></div>
<div class="target">
ApÉx
</div>
<div class="spacer"></div>