![]() |
#1 |
Junior Member
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 9
Karma: 37506
Join Date: May 2010
Device: prs-505, prs-T1
|
T1 original system can use customized fonts
Good news.
Un-rooted T1 now can use customized fonts. Got the method from a Chinese forum. Put the customized font file in the location fonts/ in internal flash. Add the font path in epub : res:///ebook/fonts/../../mnt/sdcard/fonts/font.ttf Now it works to use the user's font. |
![]() |
![]() |
![]() |
#2 |
ebooknut
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 297
Karma: 688154
Join Date: Oct 2011
Device: Kindle Voyage & Oasis
|
This is great news! Thanks so much for posting!
I don't understand where to put the fonts, though. Where exactly is "internal flash"? Thank you! |
![]() |
![]() |
Advert | |
|
![]() |
#3 |
Junior Member
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 9
Karma: 37506
Join Date: May 2010
Device: prs-505, prs-T1
|
When you connect the reader with computer, two disks appears. The disk with a larger size is the internal flash. Just make the directory /fonts on the disk and put your font file in it.
|
![]() |
![]() |
![]() |
#4 | |
Gadgetoholic
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 1,467
Karma: 3865860
Join Date: Feb 2011
Location: Sweden
Device: Kobo Libra2, Tolino Vision 6
|
Quote:
Maybe my questions are really stupid and this would be obvious if I had the T1 in my hand, but I have a feeling I'm going to need more instructions even then. |
|
![]() |
![]() |
![]() |
#5 | |
Grand Sorcerer
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 6,246
Karma: 16539642
Join Date: Sep 2009
Location: UK
Device: ClaraHD, Forma, Libra2, Clara2E, LibraCol, PBTouchHD3
|
Quote:
Code:
@font-face {... ... src: url(res:///Data/fonts/myfont.ttf)}
Code:
@font-face {... ... src: url(res:///ebook/fonts/../../mnt/sdcard/fonts/myfont.ttf)}
![]() Well done to bigpizza for finding the Sony font location Holy Grail ![]() Last edited by jackie_w; 12-19-2011 at 03:24 PM. |
|
![]() |
![]() |
Advert | |
|
![]() |
#6 |
E-reader Enthusiast
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 4,873
Karma: 36536965
Join Date: Aug 2010
Location: Southwest, USA
Device: Kindle Oasis 3; Kobo Aura One; iPad Mini 5
|
Thanks, bigpizza. That's fantastic news!
![]() |
![]() |
![]() |
![]() |
#7 |
Wizard
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 1,267
Karma: 5935030
Join Date: Jun 2011
Location: Ontario, Canada
Device: Kobo Aura HD
|
Why would you want to do something like this? I know it takes a bit more space, but if you're going to edit the epub, why not just embed the fonts properly?
|
![]() |
![]() |
![]() |
#8 | |
Guru
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 977
Karma: 2209358
Join Date: Nov 2011
Location: London, UK
Device: Kobo Aura, Kobo Aura ONE, PocketBook InkPad Color 3
|
Quote:
Does Reader allow you to choose these custom fonts in the normal font switching list? |
|
![]() |
![]() |
![]() |
#9 |
Wizard
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 1,370
Karma: 6957792
Join Date: Nov 2010
Location: Ottawa, ON
Device: Kobo H2O
|
Thank you! The free Caecilia font looks great on the T1 screen. When trying this out make sure you set the font to "Original" in the menu.
|
![]() |
![]() |
![]() |
#10 |
Grand Sorcerer
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 6,246
Karma: 16539642
Join Date: Sep 2009
Location: UK
Device: ClaraHD, Forma, Libra2, Clara2E, LibraCol, PBTouchHD3
|
Another reason is that if you're creating your epubs with Calibre you can copy all the necessary @font-faces into the Look&Feel - ExtraCSS box in Preferences and they will all be automatically placed into the epub as part of the conversion to epub process. Fully embedding the fonts is still a manual process.
|
![]() |
![]() |
![]() |
#11 |
Member
![]() Posts: 15
Karma: 10
Join Date: Dec 2011
Device: NOOK STR
|
silly questions from a noob:
1. so i just make a new folder named "fonts," copy the fonts to this folder, and place it in the same directory as Books and DCIM of the T1? 2. how do i add the font path to the epub file? |
![]() |
![]() |
![]() |
#13 |
Grand Sorcerer
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 6,246
Karma: 16539642
Join Date: Sep 2009
Location: UK
Device: ClaraHD, Forma, Libra2, Clara2E, LibraCol, PBTouchHD3
|
If you're converting to epub using Calibre, see post #10.
If not, you need to:
Last edited by jackie_w; 12-19-2011 at 05:42 PM. |
![]() |
![]() |
![]() |
#14 | |
Connoisseur
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 79
Karma: 40957
Join Date: Aug 2011
Location: Paris, France
Device: Kobo Mini
|
Quote:
![]() ![]() |
|
![]() |
![]() |
![]() |
#15 | |
Member
![]() Posts: 15
Karma: 10
Join Date: Dec 2011
Device: NOOK STR
|
Quote:
1. downloaded Caecilia font. renamed it myfont.ttf and placed it in new font folder in same directory as Books & DCIM 2. tried epub > epub conversion in Calibre. copy and pasted the code provided by jackie_w into the ExtraCSS box. transferred new epub file to reader, but it didn't work. i was able to open the epub file, but the font was not caecilia 3. also tried to edit using 7zip. i made sure the edited file was saved. transferred to kindle and got same result. is this what the code is should look like? i pasted it to the beginning like instructed. please advise |
|
![]() |
![]() |
![]() |
|
![]() |
||||
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 |