blob: 0637cd5f0dc0b5b6d15cece82ac0c46ab2bf693f (
plain)
1
2
3
4
5
6
7
|
<style>
@font-face {
font-family: Ahem;
src: url(../fonts/Ahem.ttf);
}
</style>
<div style="position: absolute; clip: rect(20px, 100px, 100px, 20px); font: 128px Ahem; color: #7f7f7f">a</div>
|