Quote:
Originally Posted by wallcraft
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?