Consider this message: Concrete 9.0 Release Candidate 2 Now Available! - #10 by mlocati
In that message I wrote some code. Usually code is rendered with a monospace font.
BTW we have a CSS rule like this:
#main-outlet * {
font-size: 16px !important;
font-family: "Noto Sans" !important;
text-transform: none !important;
}
this rule forces the code to use the same font as the “normal” text.