View Single Post
Old 09-03-2010, 08:52 AM   #11
Calaquendi
Junior Member
Calaquendi began at the beginning.
 
Calaquendi's Avatar
 
Posts: 4
Karma: 10
Join Date: Sep 2010
Location: Lithuania
Device: iRiver Story
Hi,

I'd like to fix font of my lithuanian books. Now some of lithuanian letters are displayed as ?. I've uploaded a font which has lithuanian letters but nothing happened (later I read in forums that these fonts change just memo and diary). So what exactly should I do in order to see all letters?

I've converted all lithuanian books from pdf to epub using calibre.

When I open epub using Total Commander, I see these files:



stilesheet.css file contains of this code:

Code:
@namespace h "http://www.w3.org/1999/xhtml";
.calibre {
    display: block;
    font-size: 1em;
    margin-bottom: 0;
    margin-left: 5pt;
    margin-right: 5pt;
    margin-top: 0;
    page-break-before: always
    }
.calibre1 {
    display: block;
    margin-bottom: 1em;
    margin-left: 0;
    margin-right: 0;
    margin-top: 1em
    }
.calibre2 {
    display: block;
    font-size: 2em;
    font-weight: bold;
    margin-bottom: 0.67em;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0.67em
    }
.calibre3 {
    font-style: italic
    }
.calibre4 {
    font-weight: bolder
    }
Should I change that file? If yes, so how should it look? I've uploaded font times.ttf.
Calaquendi is offline   Reply With Quote