Our API and GitHub's both return JSON text content.
GitHub's API in the browser is displayed wrapped in a <pre>
tag and in monospace font.
However, our API is displayed in serif font without any wrapper.
Why is it displayed in a different font when both responses are JSON?