AخA
 
<?xml version="1.0" encoding="utf-8"?>
<svg version ="1.0" xmlns="http://www.w3.org/2000/svg">
    <g>
        <text style="font-family:Arial; font-size=32;"  x="25" y="60">
           Hello, World!
        </text>
        <text style="font-family:Courier New; font-size=32;"  x="25" y="120">
           Hello, World!
        </text> 
        <text style="font-family:Lucida Calligraphy; font-size=32;"  x="25" y="190">
           Hello, World!
        </text>       
    </g>
</svg>