View Single Post
Old 09-17-2011, 05:02 PM   #3
wallcraft
reader
wallcraft ought to be getting tired of karma fortunes by now.wallcraft ought to be getting tired of karma fortunes by now.wallcraft ought to be getting tired of karma fortunes by now.wallcraft ought to be getting tired of karma fortunes by now.wallcraft ought to be getting tired of karma fortunes by now.wallcraft ought to be getting tired of karma fortunes by now.wallcraft ought to be getting tired of karma fortunes by now.wallcraft ought to be getting tired of karma fortunes by now.wallcraft ought to be getting tired of karma fortunes by now.wallcraft ought to be getting tired of karma fortunes by now.wallcraft ought to be getting tired of karma fortunes by now.
 
wallcraft's Avatar
 
Posts: 6,977
Karma: 5183568
Join Date: Mar 2006
Location: Mississippi, USA
Device: Kindle 3, Kobo Glo HD
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).
wallcraft is offline   Reply With Quote