View Single Post
Old 02-27-2016, 06:31 AM   #2
Notjohn
mostly an observer
Notjohn ought to be getting tired of karma fortunes by now.Notjohn ought to be getting tired of karma fortunes by now.Notjohn ought to be getting tired of karma fortunes by now.Notjohn ought to be getting tired of karma fortunes by now.Notjohn ought to be getting tired of karma fortunes by now.Notjohn ought to be getting tired of karma fortunes by now.Notjohn ought to be getting tired of karma fortunes by now.Notjohn ought to be getting tired of karma fortunes by now.Notjohn ought to be getting tired of karma fortunes by now.Notjohn ought to be getting tired of karma fortunes by now.Notjohn ought to be getting tired of karma fortunes by now.
 
Posts: 1,519
Karma: 987654
Join Date: Dec 2012
Device: Kindle
I do this, but I manually capitalize the chosen words. Here's my small-cap style:

span.smallcap {
font-size: 90%;
font-weight: bold;
}

Of course it takes a bit of work, but I only use it at the start of a chapter. I think it's a good substitute for drop-caps. The oldest Kindles ignore the 90% instruction, but they also ignore the bold, so that works out all right.
Notjohn is offline   Reply With Quote