Hey Vic,
To use Courier font for your body content please add the following CSS code via Appearance > Customize > Custom > CSS:
body {
font-family: courier !important;
}
If you want to use Helvetica then use this instead:
body {
font-family: Helvetica !important;
}
Let us know if this works!