Quote:
Originally Posted by geormes
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.