View Single Post
Old 12-12-2011, 04:36 PM   #138
paola
Wizard
paola ought to be getting tired of karma fortunes by now.paola ought to be getting tired of karma fortunes by now.paola ought to be getting tired of karma fortunes by now.paola ought to be getting tired of karma fortunes by now.paola ought to be getting tired of karma fortunes by now.paola ought to be getting tired of karma fortunes by now.paola ought to be getting tired of karma fortunes by now.paola ought to be getting tired of karma fortunes by now.paola ought to be getting tired of karma fortunes by now.paola ought to be getting tired of karma fortunes by now.paola ought to be getting tired of karma fortunes by now.
 
paola's Avatar
 
Posts: 2,840
Karma: 5843878
Join Date: Oct 2010
Location: UK
Device: Pocketbook Pro 903, (beloved Pocketbook 360 RIP), Kobo Mini, Kobo Aura
yes I do have some css settings specified: more precisely, in the "look and feel" tab of Calibre for conversion settings I have the following:
Quote:
@font-face {
font-family: "LexiaDaMa";
font-weight: normal;
font-style: normal;
src: url(res:///mnt/ext1/system/fonts/LexiaDaMa.ttf);
}

@font-face {
font-family: "LexiaDaMa";
font-weight: bold;
font-style: normal;
src: url(res:///mnt/ext1/system/fonts/LexiaDaMa-Bold.ttf);
}

@font-face {
font-family: "LexiaDaMa";
font-weight: normal;
font-style: italic;
src: url(res:///mnt/ext1/system/fonts/LexiaDaMa-Italic.ttf);
}

@font-face {
font-family: "LexiaDaMa";
font-weight: bold;
font-style: italic;
src: url(res:///mnt/ext1/system/fonts/LexiaDaMa-BoldItalic.ttf);
}

body {
font-family: "LexiaDaMa", serif;
}
where you can of course substitute whichever font you like - the thread which is really informative (at least it was for me) is this one:
https://www.mobileread.com/forums/sho...d.php?t=132922
paola is offline   Reply With Quote