|
|
#31 | |
|
Guru
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 627
Karma: 1901287
Join Date: Mar 2009
Location: Rosario, Argentina
Device: SONY PRS-505, PRS-T2
|
Quote:
__________________
My Quick and Dirty ePub Tutorial (version 3 covering Sigil 0.7.1 now available, in pdf and ePub format) Bridging the gap between BookDesigner and Sigil: Try HTML02HTML |
|
|
|
|
|
|
#32 | |
|
Enthusiast
![]() Posts: 31
Karma: 20
Join Date: Feb 2012
Location: Bengaluru, India
Device: none
|
Quote:
![]() One more thing is my epub reader -calibre- is considering different fonts of my language when opened in windows, linux and in firefox pluggin. ![]() Thanks a lot for your support guys.
|
|
|
|
|
|
Enthusiast
|
|
|
|
#33 |
|
Enthusiast
![]() Posts: 31
Karma: 20
Join Date: Feb 2012
Location: Bengaluru, India
Device: none
|
forceful font embedding
Hi all,
I need to know that is there any method to forcefully embed the font by using sigil? What i mean to say is I have different kinds of fonts in my mother-language, when i embedd one font by using sigil and i read in calibre on my PC, the displaying font is the one which is already present in the PC but not the font which i embedded. i need to forcefully display the font which i embed. i guess that i already have other fonts in my PC so ebook reader is using those fonts only instead of my embedded fonts. How to make it work. any suggestions?
|
|
|
|
|
|
#34 |
|
Wizard
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 2,095
Karma: 927511
Join Date: Oct 2009
Location: Heemskerk, NL
Device: PRS-300, PRS-T1
|
No, when you use an embedded font, the Calibre preview, Sigil Bookview and ADE should display the embedded font. That is in fact the whole point.
I have seen that sometimes embedding fonts will result into problems if the fontname contains a space.
__________________
Creator and maintainer of the e-Book Tools Word add-in. Creator and maintainer of the Clean HTML macro for MS Word. |
|
|
|
|
|
#35 | |
|
Guru
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 627
Karma: 1901287
Join Date: Mar 2009
Location: Rosario, Argentina
Device: SONY PRS-505, PRS-T2
|
Quote:
__________________
My Quick and Dirty ePub Tutorial (version 3 covering Sigil 0.7.1 now available, in pdf and ePub format) Bridging the gap between BookDesigner and Sigil: Try HTML02HTML |
|
|
|
|
|
|
#36 |
|
Enthusiast
![]() Posts: 31
Karma: 20
Join Date: Feb 2012
Location: Bengaluru, India
Device: none
|
Thanks for your suggestion guys...
|
|
|
|
|
|
#37 |
|
Guru
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 627
Karma: 1901287
Join Date: Mar 2009
Location: Rosario, Argentina
Device: SONY PRS-505, PRS-T2
|
I just thought... Is your font a serif font? (as declared in the following line in the CSS)
body { font-family: "Myfontname", serif; }
__________________
My Quick and Dirty ePub Tutorial (version 3 covering Sigil 0.7.1 now available, in pdf and ePub format) Bridging the gap between BookDesigner and Sigil: Try HTML02HTML |
|
|
|
|
|
#38 | |
|
Enthusiast
![]() Posts: 31
Karma: 20
Join Date: Feb 2012
Location: Bengaluru, India
Device: none
|
Quote:
I tested my newly created on epub on SIGIL, CALIBRE and EPUBREADER ADD-ON, it is properly working there. But the problem I'm suggested to check on ADE, so I installed ADE on win-7 and tested it and there is still a rendering problem with it. My ebook is not displaying properly here. How should i embed font to display properly on ADE? Do you expect me to attach my CSS with it? Any suggestion is greatly appreciated.
|
|
|
|
|
|
|
#39 | |
|
Wizard
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 4,988
Karma: 21320468
Join Date: Nov 2008
Location: SF Bay Area, California, USA
Device: Clié; PRS-505; EZR Pocket Pro
|
Quote:
This is a serif font. (Palatino Linotype) This is a different serif font. (Garamond.) Sans serif fonts don't. Mobileread's forum is, by default, in a sans serif font. This is a sans serif font. (Arial) This is a different sans serif font. (Impact.) If you add ", serif" to the end of the font family, it means if it can't find that specific font, it'll display in whatever the device's generic serif font is. Serif fonts are often easier to read on paper and e-ink; sans serif are often easier on LCD/OLED screens. This is because the "hanging bits," which give the eye something to follow on a fixed screen/page, can get blurry at low resolutions, which most computer screens have. (I have no specific suggestions about the CSS and font embedding; while I've managed it for some ebooks for myself, I think my process is not quite right because it doesn't seem to always work. I'll leave that to people who actually understand what they're doing with it.)
__________________
When I'm not here, I'm somewhere else. Mind the rainbows. |
|
|
|
|
|
|
#40 | |
|
frumious Bandersnatch
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 5,135
Karma: 2460081
Join Date: Jan 2008
Location: Spaniard in Sweden
Device: Cybook Orizon
|
Quote:
|
|
|
|
|
|
|
#41 |
|
Junior Member
![]() Posts: 8
Karma: 10
Join Date: Mar 2012
Device: Calibre
|
And it does not work at all, if you configure your browser to use uniquely a defined font.
A really great tutorial. However, I know XHTML and CSS quite well. Is it possible to use HTML3 and CSS5 already or better keep hands off? And for embedding fonts what about the copyrights of the «foundries»? Better using free fonts? Are there any standards if I have bought fonts for commercial use on websites to use too on free or sold eBooks? Last edited by Arran; 03-28-2012 at 06:01 AM. |
|
|
|
|
|
#42 | ||
|
Guru
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 627
Karma: 1901287
Join Date: Mar 2009
Location: Rosario, Argentina
Device: SONY PRS-505, PRS-T2
|
Quote:
The current version of the ePub standard is 3, but most readers in the market today only support (a subset of) ePub 2. Quote:
__________________
My Quick and Dirty ePub Tutorial (version 3 covering Sigil 0.7.1 now available, in pdf and ePub format) Bridging the gap between BookDesigner and Sigil: Try HTML02HTML |
||
|
|
|
|
|
#43 |
|
Guru
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 627
Karma: 1901287
Join Date: Mar 2009
Location: Rosario, Argentina
Device: SONY PRS-505, PRS-T2
|
I just uploaded version 2 of the tutorial, covering Sigil 0.5.3 (see first post of this thread for the file)
Sigil has changed so much in the last year that the original document was almost obsolete. I hope you find it useful.
__________________
My Quick and Dirty ePub Tutorial (version 3 covering Sigil 0.7.1 now available, in pdf and ePub format) Bridging the gap between BookDesigner and Sigil: Try HTML02HTML |
|
|
|
|
|
#44 |
|
Junior Member
![]() Posts: 5
Karma: 10
Join Date: Apr 2012
Device: none
|
ebook formatting guides
Hi There, I recently created my own very simple guide based on converting a manuscript to an ebook. As you say there are plenty to choose from out there. My main motivation was to write down my experience of learning how to convert an ebook based on no prior knowledge, mainly so I have a point of reference for any future book conversions. If you want to check out a free pdf copy go to http://www.davidkindertheauthor.com/ . So yes for me I felt writing a guide was worth it, but if your already highly computer literate I am not so sure sure of the market for books with lots of html explanations. I have made no attempt to promote my book other than to publish on Kindle. If someone picks it up and it helps them then great, otherwise it is there so I can remember how I did it in a couple of years time. Good Luck.
|
|
|
|
|
|
#45 | |
|
Wizard
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 4,988
Karma: 21320468
Join Date: Nov 2008
Location: SF Bay Area, California, USA
Device: Clié; PRS-505; EZR Pocket Pro
|
Quote:
__________________
When I'm not here, I'm somewhere else. Mind the rainbows. |
|
|
|
|
![]() |
| Thread Tools | Search this Thread |
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| erm, simple question , hope for simple answer! | al zymers | Amazon Kindle | 5 | 09-25-2010 01:01 PM |
| Simple question for a simple mind :) | PKFFW | OpenInkpot | 6 | 08-27-2009 09:00 PM |
| Write Fast, Write Slow? | Moejoe | Writers' Corner | 14 | 03-25-2009 09:55 AM |
| iLiad First HelloWorld tutorial, a n00b primer First Hello World Tutorial, a n00b primer | mind | iRex Developer's Corner | 13 | 09-19-2008 09:43 AM |
| Tutorial on how to write your own Firefox Extensions | Alexander Turcic | Lounge | 0 | 09-10-2004 12:14 PM |