gecko/layout/reftests/scoped-style/scoped-style-font-face-ref.html
2013-01-09 10:25:49 +11:00

14 lines
235 B
HTML

<!DOCTYPE html>
<body>
<style>
@font-face {
font-family: Ahem;
url: src(../fonts/Ahem.ttf);
}
#a { font-family: Ahem }
</style>
<p id=a>First</p>
<p style="color: blue">Second</p>
<p>Third</p>
</body>