Logo SVG Mystery

This is how I want my logo to look and how it looks on the computer as I edit on Editor X.

This is what showed up on my phone. You can see it’s a different font. I didn’t know a saved SVG could change fonts. I uploaded the font in Editor X that I used to create the logo. It didn’t help, and the phone image is still different.

hello there
does the SVG file looks different only in comparison between the Editor X and live site, or also across the different devices and OS also?
Along with this, here is the article which could assist you:
https://support.wix.com/en/article/wix-editor-troubleshooting-font-issues-on-your-mobile-site

“SVG isn’t just a vector image format. It can contain numerous other stuff like bitmap images, and text as text (not vector). The text has a font property but the font isn’t included. So if the system the SVG is viewed doesn’t have the font installed, it’(s rendered with another default font.
Before exporting your vector file as a SVG image, you have to vectorize the font (text>outline in Illustrator). You can also use Export for Screens in Illustrator where there’s an option to vectorize fonts upon export.”

FYI
Sources:
https://discourse.webflow.com/t/why-svg-image-font-changes/41769