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