I've got vector logo in PSD file. When I export it as AI (Adobe Illustrator) file and then convert to SVG I get something like this:
<tspan
x="0 34.799999 68.75"
y="0"
id="tspan22"
style="font-size:50px;font-variant:normal;font-weight:bold;font-stretch:normal;writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;font-family:Novecento wide Book;-inkscape-font-specification:Novecentowide-Bold">AI</tspan>
This is only a short part of full SVG file but you can see that it creates letters and attempts to use fonts. Which fails...
I rather want it to export SVG file as stand-alone vector that doesn't require any fonts. How can this be done?