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