View Single Post
Old 05-12-2012, 10:22 PM   #20
JSWolf
Resident Curmudgeon
JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.
 
JSWolf's Avatar
 
Posts: 79,915
Karma: 146918083
Join Date: Nov 2006
Location: Roslindale, Massachusetts
Device: Kobo Libra 2, Kobo Aura H2O, PRS-650, PRS-T1, nook STR, PW3
Quote:
Originally Posted by geormes View Post
Most newer ereaders let you change fonts, font-size, margins, etc. Why not have Calibre remove fonts, margins, font-size, etc. when doing an epub to epub conversion? Then you are left with a calibre generated stylesheet like this:

.calibre {
display: block
}
.calibre1 {
height: auto;
width: auto
}
.calibre2 {
font-weight: bolder
}
.calibre3 {
display: block;
font-weight: bold
}
.calibre4 {
display: block
}
.calibre5 {
font-style: italic
}
Because the way I did it allows you to have the embedded font or if the reader app/device allows font changing, you can change the font. It gives you more choice without taking anything away.
JSWolf is offline   Reply With Quote