04-12-2010, 07:06 PM | #31 | |
reader
Posts: 6,975
Karma: 5183568
Join Date: Mar 2006
Location: Mississippi, USA
Device: Kindle 3, Kobo Glo HD
|
Quote:
|
|
12-13-2010, 12:14 PM | #32 |
Junior Member
Posts: 8
Karma: 10
Join Date: Dec 2010
Device: iPad
|
Hello,
I'm a newbie on this forum. I am trying to get cyrillic to display in epub. I used Calibre to create an epub file. The file displays Cyrillic in Calibre without problems. Now I am trying to use Sigil to embed the fonts. I've added the liberation fonts to the epub file and modified the css. Saved epub. Now, when I try to open it in Adobe Digital Editions, the ToC on the left displays in Cyrillic, but the text itself is ????????????.... I suspect I need to add or change something else, but what? Thank you! |
Advert | |
|
12-13-2010, 12:27 PM | #33 | |
Junior Member
Posts: 8
Karma: 10
Join Date: Dec 2010
Device: iPad
|
Quote:
Works, PHEW |
|
12-17-2010, 02:23 AM | #34 |
Evangelist
Posts: 490
Karma: 1665031
Join Date: Nov 2010
Location: Vancouver Island, Nanaimo
Device: K2 (retired), Kobo Touch (passed to the wife), KGlo, Galaxy TabPro
|
Well I've been through this again and again. I cannot get embedded Italicized fonts to work no matter what I try. Figured at first something must be screwed with the Charis font files I was working with so I tried the Liberation fonts instead... same result. The regular font works when embedded but I cannot bold or italicize any words. If I remove the embedded font names from the CSS everything shows up as it should. If it matters I have been using Sigil to go the editting.
|
12-17-2010, 06:48 AM | #35 | |
Media Bloke
Posts: 2,381
Karma: 113956855
Join Date: Oct 2010
Location: NSW - Australia
Device: iOS
|
Quote:
All were unzipped for editing and zipped back up in windows 7 with a right mouse click. The original epubs were generated from indesign epubs. I have never had a problem. No scripts. I knew that the mimetype file was not to be compressed but they just worked. |
|
Advert | |
|
12-24-2010, 06:16 PM | #36 | |
Zealot
Posts: 123
Karma: 496
Join Date: Feb 2009
Location: Spokane, Washington
Device: Kindle2
|
Sigil ital code may be conflicting
Quote:
I'm no expert and I don't know that this will fix your problem, but if you're going from a Calibre created epub file and editing it in Sigil, you might have an extraneous code that looks like this p.sgc-1 {font-style: italic} in your Sigil html. This will be at the head of every file that contains italics and be reflected in a style call around the italicized words themselves. This actually duplicates the ital CSS code put in by Calibre and seems to screw up the embeded font when viewed in some readers. I found I had to take out all references to this sgc code and then my font ital worked fine. good luck! |
|
12-26-2010, 10:17 AM | #37 |
Junior Member
Posts: 6
Karma: 10
Join Date: Dec 2010
Device: iMac and iPhone 4
|
http://dl.dropbox.com/u/11045564/VEGESIGNES%20INCL.zip
This is my own built Font. I made an ePub eBook last week and I was questioning myself if I could embed these characters into it afterwards. VEGESIGNES English is the Title.[pirate site] Last edited by pdurrant; 10-25-2011 at 04:13 PM. Reason: Deleted link to a pirate ebook site. Sorry, though it hosts good material, it hosts unauthorised material as well. |
12-27-2010, 07:42 PM | #38 | |
Grand Sorcerer
Posts: 6,224
Karma: 16536676
Join Date: Sep 2009
Location: UK
Device: Kobo: KA1, ClaraHD, Forma, Libra2, Clara2E. PocketBook: TouchHD3
|
Quote:
Code:
This is caused by a bug in QtWebKit, see https://bugs.webkit.org/show_bug.cgi?id=29433 In other words fixing it is not possible by the Calibre developers. If Sigil also uses the QtWebKit it will not be fixable by the Sigil developer(s) either. They will be reliant on Nokia fixing it. Last edited by jackie_w; 12-27-2010 at 08:02 PM. |
|
01-04-2011, 10:59 PM | #39 | |
Junior Member
Posts: 2
Karma: 10
Join Date: Jan 2011
Device: kobo
|
Modification? Version 3?
Quote:
I put some additional code for some more flexibility. Below are usage, * To use proper font, the resources folder need to be populated with following rule, please take a look the sample.bmp - Parent folder for the fonts : Under Calibre installation folder, \resources\fonts * The ExtraCss will be like this. Please note that the font-family name is the font name from the file name. So far this is what I can do without making big changes(same naming convention, folder location from liberation font)- font folder name : All smaller case, the font name like liberation - font files in the folder : font family name + -Regular, -Italic, -BoldItalic, -Bold (Should have all 4 with proper name) -As an example, additional Droid fonts can be located under C:\Program Files\Calibre2\resources\fonts\droid. In this case droid(all smaller case) is the font name. The font files in this folder are DroidSerif-Regular.ttf, DroidSerif-Italic.ttf, DroidSerif-BoldItalic.ttf, DroidSerif-Bold.ttf. In this case DroidSerif is font family name(font name + decal). The font file names are case-sensitive. The plugin will not work if there are no font files. Code:
body { font-family: "DroidSerif"; } * Advanced : You can put any free font from Internet. As an example, if you downloaded SantaSerif, the folder name should be santa. And 4 style fonts need to be saved under the folder as SantaSerif-Regular.ttf, SantaSerif-Italic.ttf, SantaSerif-BoldItalic.ttf, SantaSerif-Bold.ttf. All the remains are change the EXTRA-CSS. Thank you. |
|
01-04-2011, 11:10 PM | #40 | |
Junior Member
Posts: 2
Karma: 10
Join Date: Jan 2011
Device: kobo
|
Quote:
I just downloaded Arimo font from Google. The folder name is ....\resources\fonts\arimo and all the fonts name is Arimo-Regular.ttf, Arimo-Italic.ttf, Arimo-bold.ttf, Arimo-BoldItalic.ttf. Thank you. |
|
01-07-2011, 05:55 PM | #41 |
Junior Member
Posts: 6
Karma: 10
Join Date: Dec 2010
Device: iMac and iPhone 4
|
⊥hank you! ⊥hree ⊥imes more ⊥han one!
|
01-15-2011, 07:30 PM | #42 |
Member
Posts: 12
Karma: 18
Join Date: Nov 2009
Device: Cybook Opus
|
Using the PT Serif Caption font instead of Liberation
I found another free good looking Serif font released recently from ParaType (paratype.com/paratype.ru). Font is free under the OFL (Open Font License). It includes Western, Central European and Cyrillic code pages. There is a Sans Serif version as well.
The advantage over the Liberation font is that the PT Serif Caption font looks bigger and more readable on the same zoom level. It's also a good solution where the last zoom option of the regular fonts is not big enough (most probably limited by the book's css). Last edited by fiery; 01-15-2011 at 07:32 PM. |
05-13-2011, 10:13 AM | #43 |
Junior Member
Posts: 4
Karma: 10
Join Date: May 2011
Device: SONY PRS 600
|
Hello, I have also got a problem with font in epub. I create an epub file in Calibre but the font shows as bold on my reader? Any ideas please? I have spent hours trying to work it out :S.
I use calibre, embedded fonts plug in to display the cyrillic characters, they all show ok, but bold. Please help! Many thanks, |
05-13-2011, 12:02 PM | #44 | |
Grand Sorcerer
Posts: 6,224
Karma: 16536676
Join Date: Sep 2009
Location: UK
Device: Kobo: KA1, ClaraHD, Forma, Libra2, Clara2E. PocketBook: TouchHD3
|
Quote:
If it's one particular epub the problem is probably that bold is specified in the epub's .css file. You can always fix this manually but there is no "magic button". You could try a simple option first, but it may or may not work depending on the css inside the epub. Simple Do an epub-to-epub conversion in Calibre with this in the Convert - Look&Feel-ExtraCSS box: Code:
body {font-weight: normal}
|
|
05-13-2011, 04:23 PM | #45 |
Junior Member
Posts: 4
Karma: 10
Join Date: May 2011
Device: SONY PRS 600
|
This is happening to every single epub I create. I am giving up.
When it displays as normal on my PC (not bold) is displays as bold on my ereader. I Have uploaded fonts into my reader (have created a folder called 'fonts') - still no luck. Any ideas? |
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Can it embed fonts? | chalimac | Kobo Reader | 1 | 06-27-2017 06:46 PM |
Best Practice: Embed Fonts?? | luthar28 | ePub | 37 | 11-01-2011 05:16 AM |
Possible to embed fonts in CSS of .lit file? | tanzer21 | Calibre | 9 | 06-30-2010 08:26 PM |
Is it possible to UN embed fonts? | lmronan | Sigil | 14 | 06-04-2010 10:26 AM |
Any free software can embed fonts in epub | droople | ePub | 4 | 03-06-2010 06:40 PM |