View Single Post
Old 04-05-2014, 09:18 AM   #9
KarlB
Enthusiast
KarlB began at the beginning.
 
KarlB's Avatar
 
Posts: 36
Karma: 40
Join Date: Feb 2009
Device: clay tablet
I find the following works okay on the PW (in Previewer) and on pretty much everything else that can support drop caps:

Code:
span.dropCapMarnie{
	font-size: 3em; 
	float: left;
	font-family: "Marnie Regular", serif; 
	margin: -0.1em 0.4em -0.2em 0.1em;
	}
KarlB is offline   Reply With Quote