Source code

Revision control

Copy as Markdown

Other Tools

<!DOCTYPE html>
<style>
@import "support/TestMetricsFont.css";
body {
font: 100px/1 MetricsTestFont;
}
.spacer {
background: lightgray;
block-size: 100px;
}
.target-first {
margin-block: -60px 50px;
}
.target-second {
margin-block: 50px 0px;
}
</style>
<div class="spacer"></div>
<div class="target-first">ApÉx</div>
<div class="spacer"></div>
<div class="target-second">ApÉx</div>
<div class="spacer"></div>