I'm developing a game in XNA, however, I do not want to use a content project. I'm loading all my textures through different means, and I'd also like to load my fonts without a content project.
Is there any quick way to maybe include the SpriteFont in the main game project?
Thanks.