View Single Post
Old 05-10-2013, 07:00 AM   #14
BobC
Guru
BobC ought to be getting tired of karma fortunes by now.BobC ought to be getting tired of karma fortunes by now.BobC ought to be getting tired of karma fortunes by now.BobC ought to be getting tired of karma fortunes by now.BobC ought to be getting tired of karma fortunes by now.BobC ought to be getting tired of karma fortunes by now.BobC ought to be getting tired of karma fortunes by now.BobC ought to be getting tired of karma fortunes by now.BobC ought to be getting tired of karma fortunes by now.BobC ought to be getting tired of karma fortunes by now.BobC ought to be getting tired of karma fortunes by now.
 
Posts: 691
Karma: 3026110
Join Date: Dec 2008
Location: Lancashire, U.K.
Device: BeBook 1, BeBook Pure, Kobo Glo, (and HD),Energy Sistem EReader Pro +
Always worthwhile to specify a "fallback" font in case the reader doesn't have the one you wanted :

Code:
p {
	font-family: Georgia, serif;
	font-weight: normal;
	text-indent: 1em;
	text-align: justify;
	line-height: 120%;
	margin-bottom: .5em;
	margin-left: 0.5em;
}
h1,h2,h3 {
	font-family: Arial, sans-serif;
	text-align: center;
}
Here the reader should use Georgia for normal text but if it isn't there it should use a generic serif font. For headers its Arial then a generic sans-serif font.

BobC

Last edited by BobC; 05-10-2013 at 07:04 AM.
BobC is offline   Reply With Quote