blob: a43c61bc4995f6171c5994814b8c960f14bc4ed4 [file] [log] [blame]
<html>
<head>
<style>
@font-face {
font-family: f;
src: url("resources/graffiti.svg#SVGraffiti") format(svg)
}
#test {
font-family: f, sans-serif;
font-size: 40px;
}
</style>
</head>
<body>
<p id='test'>This text should be rendered with SVGraffiti.</p>
</body>
</html>