When exporting an SVG with embedded text, with a font such as 'Helvetica Neue' it does not provide a default 'sans-serif' fallback, so if the SVG is viewed on a Windows device or system without that font installed, the font loads as the default serif font ie.TImes New Roman.
I've attached screenshots of the broken rendering with the serif font (serif.png), versus the fixed screenshot (sans-serif.png) whereby I edited the SVG code (code.png) and added ", sans-serif" after the helvetica-neue font.
When exporting an SVG with embedded text, with a font such as 'Helvetica Neue' it does not provide a default 'sans-serif' fallback, so if the SVG is viewed on a Windows device or system without that font installed, the font loads as the default serif font ie.TImes New Roman.
I've attached screenshots of the broken rendering with the serif font (serif.png), versus the fixed screenshot (sans-serif.png) whereby I edited the SVG code (code.png) and added ", sans-serif" after the helvetica-neue font.