Thread: Aura Font isn't changing?
View Single Post
Old 06-04-2015, 03:02 AM   #15
GeoffR
Wizard
GeoffR ought to be getting tired of karma fortunes by now.GeoffR ought to be getting tired of karma fortunes by now.GeoffR ought to be getting tired of karma fortunes by now.GeoffR ought to be getting tired of karma fortunes by now.GeoffR ought to be getting tired of karma fortunes by now.GeoffR ought to be getting tired of karma fortunes by now.GeoffR ought to be getting tired of karma fortunes by now.GeoffR ought to be getting tired of karma fortunes by now.GeoffR ought to be getting tired of karma fortunes by now.GeoffR ought to be getting tired of karma fortunes by now.GeoffR ought to be getting tired of karma fortunes by now.
 
GeoffR's Avatar
 
Posts: 3,821
Karma: 19162882
Join Date: Nov 2012
Location: Te Riu-a-Māui
Device: Kobo Glo
There is a shorthand CSS property font which can also prevent the font-family being changed, but you can't always just remove all instances of font: without ruining the book because it is used to set other properties such as font-size and font-weight too.

If the stylsheet has something like font: italic 1.5em/1.2 serif; then you need to replace it with font-style: italic; font-size: 1.5em; line-height: 1.2; font-family: serif; (and then delete the font-family, line-height, etc. if you want.)
GeoffR is offline   Reply With Quote