1 <!DOCTYPE html PUBLIC
"-//W3C//DTD XHTML 1.0 Strict//EN"
2 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
3 <html xmlns=
"http://www.w3.org/1999/xhtml" xml:
lang=
"en" >
5 <meta http-equiv=
"content-type" content=
"text/html; charset=iso-8859-1" />
6 <!-- to correct the unsightly Flash of Unstyled Content. http://www.bluerobot.com/web/css/fouc.asp -->
7 <script type=
"text/javascript"></script>
9 <style type=
"text/css" media=
"all">
11 font-family: 'SVGraffiti-First';
12 /* URI doesn't have an fragment identifier - we should choose a first font. */
13 src: url(
"resources/graffiti.svg") format(svg)
17 font-family: 'SVGraffiti-Second';
18 src: url(
"resources/graffiti-with-empty-first-font.svg#SVGraffiti") format(svg)
22 font:
0.5cm
"SVGraffiti-First";
26 font:
0.5cm
"SVGraffiti-Second";
32 <p class=
"first">This text should be rendered with a first font.
</p>
33 <p class=
"second">This text should be rendered with a second font.
</p>