View Single Post
Old 02-07-2013, 09:26 AM   #5
raykoko
Member
raykoko began at the beginning.
 
Posts: 15
Karma: 10
Join Date: Jan 2011
Device: prs-505
downloaded the following
https://www.mobileread.com/forums/showthread.php?t=48427
start size 820kb
converted size 2643kb

epub to epub but changed to Arial 14 point
up to 0.9.3 all is ok

see below for the info i have in a text file to remind me of my preferences for when i have to delete Calibre to put on an older version:


in Common Options
make font size 14
make embed font family - ARIAL


in saving books to disc
remove ticks from saving opf and cover

in saving books to disc & in sending books to devices
make template
{author_sort}/{title} - {author_sort}

in Output Options
tick No DEfault Cover
tick No SVG Cover

also

add info below to Common Options
================================================== ===============

@font-face {
font-family: "Arial";
font-weight: normal;
font-style: normal;
src: url(res:///Data/fonts/arial.ttf);
}

@font-face {
font-family: "Arial";
font-weight: bold;
font-style: normal;
src: url(res:///Data/fonts/arialbd.ttf);
}

@font-face {
font-family: "Arial";
font-weight: normal;
font-style: italic;
src: url(res:///Data/fonts/ariali.ttf);
}

@font-face {
font-family: "Arial";
font-weight: bold;
font-style: italic;
src: url(res:///Data/fonts/arialbi.ttf);
}

body {
font-family: "Arial";
}


==============================================
raykoko is offline   Reply With Quote