tenfourfox/layout/reftests/scoped-style/scoped-style-font-face-ref.html
Cameron Kaiser c9b2922b70 hello FPR
2017-04-19 00:56:45 -07:00

14 lines
235 B
HTML

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