Testing font-family attribute. Two SVG fonts are defined. Various text elements are then used with varying values for the font-family attribute.

Run the test. No interaction required.

The first two text elements should display in their respective fonts, the last two should be displayed using the system font since the value specified for font-family is either invalid or not specified.

$RCSfile: text-fonts-03-t.svg,v $ font-family = "Haettenschweiler" ABC font-family = "Charlesworth" ABC font-family = "Invalid Name" ABC font-family = not specified ABC $Revision: 1.6 $