Apparently, this font is accessible with:
=monospace text
But, when I press the corresponding icon when editing a page, I get
==Monospace text==
There are two different things:
1) =preformated text results in: <pre>preformated text</pre>
2) == Monospace== results in <code> Monospace</code>
1) is a by default a block tag (ie the text will appear on a new line
2) The text can appear inline.
The preformated icon is the second to last on the toolbar, monospace is the fifth icon from the left.
HTH
Nick