This is only tangentially related, but I'd love if someone could answer.
As a mobile dev, I only ever use spritefont and never really use normal text, so I have to ask - what is the advantage of using normal text?
I advise against using regular text instead of spritefonts. It might look better but if the user isn't able to load the font properly (and this can happen for a bunch of different reasons) it will most likely make some things in your game unreadable.
Spritefonts aren't that hard to get used to - thanks to this tool made Blackhornet you can pick a font and it will convert it so C2 uses the right spacing and everything.