1 <svg xmlns=
"http://www.w3.org/2000/svg" xmlns:
xlink=
"http://www.w3.org/1999/xlink">
2 <style type=
"text/css" media=
"all">
3 /* These rules intentionally use 'incorrect' fallback families
4 So that if the font-face defined font can't be found the test fails. */
6 font:
2.3cm
"csstest", cursive;
9 font:
2.3cm
"svgtest", fantasy;
12 font-family:
"csstest";
13 src: local(
"Courier");
17 <font-face id=
"test" font-family=
"svgtest">
19 <font-face-name name=
"Courier" />
23 <text id=
"csstest" x=
"10" y=
"3cm">CSS font-face
</text>
24 <text id=
"svgtest" x=
"10" y=
"6cm">SVG font-face
</text>
25 <text x=
"40" y=
"7cm">The fonts used above should be identical
</text>