blob: 4a17fcd7c6dd6a01b4d06a8d4827b942d9594a0f [file] [log] [blame]
<html>
<head>
<style>
/* This font-face should not affect rendering */
@font-face {
font-family: f;
src: url("resources/no-latin-glyph-font.svg#Font") format(svg);
unicode-range: U+3042;
}
@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>