summaryrefslogtreecommitdiffstats
path: root/layout/reftests/font-face/ex-unit-1.html
blob: d39f1016832c871d357292ac82e48f4476b8b5e4 (plain)
1
2
3
4
5
6
7
<!DOCTYPE HTML>
<title>ex unit with Ahem font</title>
<style type="text/css">
@font-face { font-family: "Ahhhem"; src: url(../fonts/Ahem.ttf); }
html { background: white; }
body { font-family: Ahhhem; font-size: 50px; height: 2ex; width: 2ex; background: blue;  }
</style>