View Single Post
Old 09-22-2011, 06:04 PM   #6
vugtitan
Addict
vugtitan ought to be getting tired of karma fortunes by now.vugtitan ought to be getting tired of karma fortunes by now.vugtitan ought to be getting tired of karma fortunes by now.vugtitan ought to be getting tired of karma fortunes by now.vugtitan ought to be getting tired of karma fortunes by now.vugtitan ought to be getting tired of karma fortunes by now.vugtitan ought to be getting tired of karma fortunes by now.vugtitan ought to be getting tired of karma fortunes by now.vugtitan ought to be getting tired of karma fortunes by now.vugtitan ought to be getting tired of karma fortunes by now.vugtitan ought to be getting tired of karma fortunes by now.
 
Posts: 299
Karma: 1042776
Join Date: Aug 2010
Device: none
Quote:
Originally Posted by wallcraft View Post
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).
Thanks for that.

Is there a list of fonts families so that i can experiment with different fonts.

i mean will css recognize if i put Trebuchet MS or Tahoma for font family?

Where can i get a list of font family commands or names?

Has anyone else done experiments in clarity,legibility,readability by using particular font famiy in css conversions and what were the results?
vugtitan is offline   Reply With Quote