I'm unhappy with the code font being used in the forums.
It's much larger than the body text font. And it's useful to have a monospace font, or at least something close to the font used in typical editors.
Interesting that if you snip this code and paste it in Microsoft Word, you get Times new roman 12 (or Segoe UI 11) for post body, and Courier New 10 for code. Which would be fine. But the actual appearance in the browser is different. I realize its a
pre tag, but the stylesheet must be giving it an ugly font. I'm also unhappy with how close it gets placed to other text.
Here is an example
string example = "This is an example of C# code";
Console.WriteLine( example );
Any chance something can be done about it? Choose a better font family for code, please?