blob: dcef656bad00792262e05ab643195ef6804d5336 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
<!doctype html>
<title>Test reference</title>
<link rel="stylesheet" href="/fonts/ahem.css">
<style>
div {
border: 1px solid black;
line-height: 0;
}
span {
font: 20px/1 Ahem;
visibility: hidden;
}
</style>
<div>
<span>A</span>
</div>
|