I use the following in Preferences -> Common Options -> Extra CSS:
Code:
body {
font-family: sans-serif;
font-weight: bold;
text-align: left;
}
The font you are describing might not be the default sans-serif, but try this first. You don't need to include text-align: unless you always want left (or always want justify if you replace left with justify).