![]() |
#16 | |
ebooknut
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 297
Karma: 688154
Join Date: Oct 2011
Device: Kindle Voyage & Oasis
|
Quote:
Might I ask where one can obtain the "free Caecilia font"? Thx! |
|
![]() |
![]() |
![]() |
#18 |
Member
![]() Posts: 15
Karma: 10
Join Date: Dec 2011
Device: NOOK STR
|
ok, so i thought i'd figured out what i did wrong, but it's still not working. this is my modified CSS file. is this how it should look? the corresponding fonts are in the fonts folder. caecilia still isn't showing up as the font when i set it to original
PHP Code:
Last edited by dr1ver; 12-19-2011 at 09:20 PM. |
![]() |
![]() |
![]() |
#19 |
Wizard
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 1,370
Karma: 6957792
Join Date: Nov 2010
Location: Ottawa, ON
Device: Kobo H2O
|
Do your font files have extensions?
|
![]() |
![]() |
![]() |
#20 | ||
ebooknut
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 297
Karma: 688154
Join Date: Oct 2011
Device: Kindle Voyage & Oasis
|
Quote:
Quote:
@font-face { font-family: serif; font-weight: normal; font-style: normal; src: url(res:///ebook/fonts/../../mnt/sdcard/fonts/myfont.ttf);} If you left the font name "CaeciliaLTStd-Roman" that's fine. But as treadlightly notes, you still need an extension -- either CaeciliaLTStd-Roman.ttf or CaeciliaLTStd-Roman.otf, whichever the case may be. Finally, you need to call the font-family. The exact code depends on how the epub is formatted, but try adding this at the very bottom of the css file: body, div, p { font-family: serif; } .calibre { font-family: serif; } Hope this helps! |
||
![]() |
![]() |
![]() |
#21 | |
Member
![]() Posts: 15
Karma: 10
Join Date: Dec 2011
Device: NOOK STR
|
yes, .ttf. i see i forgot to include the extensions in the code. thank you
Quote:
![]() |
|
![]() |
![]() |
![]() |
#22 |
Connoisseur
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 61
Karma: 7586
Join Date: Nov 2010
Device: Sony daily edition 950
|
Hi guys,
Noob here. I just received my T1 and I have been downloading books from the public library. Does this font business only work on books that you first edit on the computer and then transfer to the reader. Can I use costumed fonts on borrowed books? |
![]() |
![]() |
![]() |
#23 | |
Grand Sorcerer
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 6,248
Karma: 16539642
Join Date: Sep 2009
Location: UK
Device: ClaraHD, Forma, Libra2, Clara2E, LibraCol, PBTouchHD3
|
Quote:
If you know how to remove the DRM on the borrowed books you can use font customising. |
|
![]() |
![]() |
![]() |
#24 | |
Connoisseur
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 61
Karma: 7586
Join Date: Nov 2010
Device: Sony daily edition 950
|
Quote:
|
|
![]() |
![]() |
![]() |
#25 |
Grand Sorcerer
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 6,248
Karma: 16539642
Join Date: Sep 2009
Location: UK
Device: ClaraHD, Forma, Libra2, Clara2E, LibraCol, PBTouchHD3
|
It all needs to be done via a computer. A non-DRM epub can be edited directly on the T1, but you'd still need the computer to perform the edits.
Last edited by jackie_w; 12-20-2011 at 09:09 AM. |
![]() |
![]() |
![]() |
#26 | |
Resident Curmudgeon
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 79,125
Karma: 144284184
Join Date: Nov 2006
Location: Roslindale, Massachusetts
Device: Kobo Libra 2, Kobo Aura H2O, PRS-650, PRS-T1, nook STR, PW3
|
Quote:
|
|
![]() |
![]() |
![]() |
#27 | |
Member
![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 12
Karma: 888
Join Date: Nov 2011
Device: Kindle Paperwhite
|
Thank you!
Quote:
![]() |
|
![]() |
![]() |
![]() |
#28 |
Connoisseur
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 90
Karma: 16056
Join Date: Dec 2011
Device: Sony PRS T1
|
Hi, I'm using sylfaen.ttf for unicode. Does it hav bold and italic? How do I specify those in @font-face statement?
@font-face {font-family: serif; font-weight: normal; font-style: normal; src: url(res:///ebook/fonts/../../mnt/sdcard/fonts/sylfaen.ttf);} body, div, p { font-family: serif; } .calibre { font-family: serif; } that's what I'm using and it's working. Now I need bold and italic, how do I go about it? THanks |
![]() |
![]() |
![]() |
#29 |
ebooknut
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 297
Karma: 688154
Join Date: Oct 2011
Device: Kindle Voyage & Oasis
|
I'm not familiar with sylfaen, but in order to get regular, italic, bold, and bold-italic, you would need a different font file for each (many fonts include all 4 files). For example:
- sylfaen.ttf - sylfaen-italic.ttf - sylfaen-bold.ttf - sylfaen-bolditalic.ttf Put all 4 font files in the font folder on your T1. Then you would need to do the @font-face thing for each: Code:
@font-face { font-family: serif; font-weight: normal; font-style: normal; src: url(res:///ebook/fonts/../../mnt/sdcard/fonts/sylfaen.ttf);} @font-face { font-family: serif; font-weight: normal; font-style: italic; src: url(res:///ebook/fonts/../../mnt/sdcard/fonts/sylfaen-italic.ttf);} @font-face { font-family: serif; font-weight: bold; font-style: normal; src: url(res:///ebook/fonts/../../mnt/sdcard/fonts/sylfaen-bold.ttf);} @font-face { font-family: serif; font-weight: bold; font-style: italic; src: url(res:///ebook/fonts/../../mnt/sdcard/fonts/sylfaen-bolditalic.ttf);} body, div, p { font-family: serif; } .calibre { font-family: serif; } Last edited by pssquirrel; 12-29-2011 at 03:36 PM. Reason: more details |
![]() |
![]() |
![]() |
#30 | |
Connoisseur
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 90
Karma: 16056
Join Date: Dec 2011
Device: Sony PRS T1
|
Quote:
![]() Last edited by giosa; 12-29-2011 at 05:08 PM. |
|
![]() |
![]() |
![]() |
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
Fonts with iq original reader | musicman2523 | PocketBook | 0 | 10-24-2011 04:49 PM |
Different fonts on original Kobo | terifili | Kobo Reader | 3 | 07-14-2011 07:43 PM |
Hacks Original screensaver files in Linux file system ? | meem | Amazon Kindle | 4 | 08-13-2010 07:23 AM |
system files, user fonts in rtf, restarting required for SD card? | Ea | HanLin eBook | 6 | 03-15-2009 05:25 AM |
how to clean more disk space in root file system to upgrade system | chinaet | iRex | 1 | 12-18-2006 03:54 PM |