Courier-fixed: makes all the fonts on your board courier, a mono-spaced (terminal) font
Copy and paste the code BELOW the dotted line into the <head> section of your advanced customization screen.
------------------------------------------
<style type="text/css">
<!--
body { font-size: 10px; font-family: courier new, helvetica, sans-serif; }
td { font-size: 11px; font-family: courier new, helvetica, sans-serif; }
h4 { font-size: 16px; font-weight: bold; }
i { font-size: 11px; font-style : italic; }
.m { font-size: 13px; }
.headings { font-size: 12px; font-weight: bold; }
.title { font-size: 13px; font-weight: bold; }
.inputbox { border-top:#333333 solid thin; border-bottom:#333333 solid thin; border-right:#333333 solid thin; border-left:#333333 solid thin; font-family: courier new, helvetica, sans-serif; }
.inputbutton { font-size: 12px; }
.communitychest { background: #ffffff; }
-->
</style>