tenfourfox/layout/reftests/font-face/ex-unit-1.html
Cameron Kaiser c9b2922b70 hello FPR
2017-04-19 00:56:45 -07:00

8 lines
273 B
HTML

<!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>