Source code
Revision control
Copy as Markdown
Other Tools
<!DOCTYPE html>
<link rel="stylesheet" type="text/css" href="/fonts/ahem.css" />
<style>
.spacer {
height: 50px;
background: lightgray;
position: relative;
}
.target {
font: 40px/1 Ahem;
}
.target::first-letter {
initial-letter: 3;
}
.offset {
top: -8px;
}
</style>
<div class="spacer"></div>
<div class="target">ApÉx</div>
<div class="spacer offset"></div>