Source code

Revision control

Copy as Markdown

Other Tools

<!DOCTYPE html>
<link rel="stylesheet" href="/fonts/ahem.css">
<style>
.box {
font: 10px/1 Ahem;
width: 100px;
height: 100px;
background-color: blueviolet;
color: aqua;
}
</style>
<div class="box">XXX</div>