03-04-2011, 04:13 PM | #1 |
Junior Member
Posts: 1
Karma: 10
Join Date: Mar 2011
Device: cool-er
|
Foreign fonts (PL) in epub
Hey, all
Do you maybe know how can i make my Cool-er to show polish fonts in epub? It does, show polish fonts, without problems in pdf, but its not best way of reading books honesty. I tried a bit changing books' CSS Styles. It was told to: 1. while creating epub in Calibri put to CSS window Code:
@font-face { font-family: "Georgia"; font-weight: normal; font-style: normal; src: url(georgia.ttf); } @font-face { font-family: "Georgia"; font-weight: bold; font-style: normal; src: url(georgiab.ttf); } @font-face { font-family: "Georgia"; font-weight: normal; font-style: italic; src: url(georgiai.ttf); } @font-face { font-family: "Georgia"; font-weight: bold; font-style: italic; src: url(georgiaz.ttf); } body { font-family: "Georgia", serif; } 3. unzip it, copying tif fonts into it 4. adding to file content.opf : Code:
<manifest> <item href="georgia.ttf" media-type="application/octet-stream" id="id1"/> <item href="georgiab.ttf" media-type="application/octet-stream" id="id2"/> <item href="georgiai.ttf" media-type="application/octet-stream" id="id3"/> <item href="georgiaz.ttf" media-type="application/octet-stream" id="id4"/> Original manual in polish I did it, such way, after wards in "Stanza" on my Mac, i had back polish fonts, same was on my iphone. Sadly, cooler didn't recognise file and gave me some type of error //////////////// Do you maybe know what should i do differently ? Or where should i copy fonts on my cooler and how to edit CSS Code:
src: url(res:///mnt/flash/czcionki/xxxx.ttf); |
03-04-2011, 07:05 PM | #2 |
Enthusiast
Posts: 43
Karma: 2188
Join Date: Jan 2010
Location: Kharkov, Ukraine
Device: lbook V3, iRex DR800SG
|
I tested this book http://www.wolnelektury.pl/media/lek...rymskie_1.epub on Cool-er with Росketbook firmware - all the Polish-specific characters were displayed correctly.
Last edited by Qxr; 03-04-2011 at 07:10 PM. |
Advert | |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Embedding fonts in EPUB? | Acey | Calibre | 19 | 11-06-2011 11:01 AM |
Other epub fonts Opus | talaivan | Bookeen | 4 | 03-03-2010 03:40 PM |
Embedded fonts in epub | erik5000 | ePub | 7 | 12-08-2009 12:55 PM |
ePub embedded fonts | JSWolf | Ectaco jetBook | 9 | 09-14-2009 09:43 PM |
ePub + Embedded Fonts | Cygfrydd | ePub | 11 | 03-02-2009 06:56 PM |