![]() |
#1 |
Resident Curmudgeon
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 79,008
Karma: 144284074
Join Date: Nov 2006
Location: Roslindale, Massachusetts
Device: Kobo Libra 2, Kobo Aura H2O, PRS-650, PRS-T1, nook STR, PW3
|
Can the Opus use fonts in ADE/ePub like the 300/505/600/700?
The Sony Readers (except the 500) have ADE and can make use of fonts installed on the reader for ePub eBooks. Can the Opus do the same thing? The link below is to the thread in the ePub section describing how to do so on the Sony Readers. Can someone please try this and report back? Thanks.
https://www.mobileread.com/forums/showthread.php?t=36361 Last edited by Alexander Turcic; 10-01-2009 at 03:24 PM. Reason: added thread prefix for testing |
![]() |
![]() |
![]() |
#2 |
Resident Curmudgeon
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 79,008
Karma: 144284074
Join Date: Nov 2006
Location: Roslindale, Massachusetts
Device: Kobo Libra 2, Kobo Aura H2O, PRS-650, PRS-T1, nook STR, PW3
|
Is anyone going to try this for me please?
|
![]() |
![]() |
Advert | |
|
![]() |
#3 |
Bookaholic
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 14,391
Karma: 54969924
Join Date: Oct 2007
Location: Minnesota
Device: iPad Mini 4, AuraHD, iPhone XR +
|
I have a replacement being shipped out today. If nobody has tried it by the time I get mine I'll check it for you.
|
![]() |
![]() |
![]() |
#4 |
Resident Curmudgeon
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 79,008
Karma: 144284074
Join Date: Nov 2006
Location: Roslindale, Massachusetts
Device: Kobo Libra 2, Kobo Aura H2O, PRS-650, PRS-T1, nook STR, PW3
|
|
![]() |
![]() |
![]() |
#5 |
Wizard
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 4,337
Karma: 4000000
Join Date: Oct 2008
Location: Paris
Device: Cybooks; Sony PRS-T1
|
No dice there. But i might have missed something.
Like the actual address for the font. |
![]() |
![]() |
Advert | |
|
![]() |
#6 |
Resident Curmudgeon
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 79,008
Karma: 144284074
Join Date: Nov 2006
Location: Roslindale, Massachusetts
Device: Kobo Libra 2, Kobo Aura H2O, PRS-650, PRS-T1, nook STR, PW3
|
Code:
@font-face { font-family: "Fontin"; font-weight: normal; font-style: normal; src: url(res:///Data/fonts/Fontin-Regular.ttf); } @font-face { font-family: "Fontin"; font-weight: bold; font-style: normal; src: url(res:///Data/fonts/Fontin-Bold.ttf); } @font-face { font-family: "Fontin"; font-weight: normal; font-style: italic; src: url(res:///Data/fonts/Fontin-Italic.ttf); } @font-face { font-family: "Fontin_Sans"; font-weight: normal; font-style: normal; src: url(res:///Data/fonts/Fontin_Sans_R_45b.otf); } @font-face { font-family: "Fontin_Sans"; font-weight: bold; font-style: normal; src: url(res:///Data/fonts/Fontin_Sans_B_45b.otf); } @font-face { font-family: "Fontin_Sans"; font-weight: normal; font-style: italic; src: url(res:///Data/fonts/Fontin_Sans_I_45b.otf); } @font-face { font-family: "Fontin_Sans" ; font-weight: bold ; font-style: italic ; src: url(res:///Data/fonts/Fontin_Sans_BI_45b.otf) ; } body { font-family: "Fontin", serif; } That's the code for adding in a font the Sony way. But you might need to add the font family other places besides body. Here is where to get Fontin and Fontin Sans. http://www.josbuivenga.demon.nl/fontin.html The fonts go in a root directory called fonts (all lower case). |
![]() |
![]() |
![]() |
#7 |
Wizard
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 4,337
Karma: 4000000
Join Date: Oct 2008
Location: Paris
Device: Cybooks; Sony PRS-T1
|
i Tried quite a few things, still noting.
i'm not sure if I sould use /Cybook res:///Cybook , /Fonts, or someting else altogether. @font-face is very recent (css3, june 2009), i'm actually surprised sony supports it. |
![]() |
![]() |
![]() |
#8 | |
reader
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 6,977
Karma: 5183568
Join Date: Mar 2006
Location: Mississippi, USA
Device: Kindle 3, Kobo Glo HD
|
Quote:
On many Linux systems these days things like SD cards are mounted under /media, but usually /media/sd or something like that. Last edited by wallcraft; 09-22-2009 at 02:59 PM. |
|
![]() |
![]() |
![]() |
#10 |
The Grand Mouse 高貴的老鼠
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 73,601
Karma: 315126578
Join Date: Jul 2007
Location: Norfolk, England
Device: Kindle Oasis
|
|
![]() |
![]() |
![]() |
#11 | ||
Wizard
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 4,337
Karma: 4000000
Join Date: Oct 2008
Location: Paris
Device: Cybooks; Sony PRS-T1
|
Quote:
![]() Quote:
But i guees it'll be faster to ask bookeen. |
||
![]() |
![]() |
![]() |
#12 |
Connoisseur
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 55
Karma: 11501
Join Date: Jul 2009
Location: Australia
Device: Galaxy Tab
|
Did anyone ever figure this out? I'd love to be able to set a more readable font than whatever the publisher thought was a good idea.
|
![]() |
![]() |
![]() |
#13 |
Wizard
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 4,337
Karma: 4000000
Join Date: Oct 2008
Location: Paris
Device: Cybooks; Sony PRS-T1
|
You need to edit the ePub anyway. So you can add whatever font you want and edit the css
![]() |
![]() |
![]() |
![]() |
#14 | |
Connoisseur
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 55
Karma: 11501
Join Date: Jul 2009
Location: Australia
Device: Galaxy Tab
|
Quote:
(And yes, I do have a copy of the Fontin fonts in that Fonts directory.) |
|
![]() |
![]() |
![]() |
#15 | |
reader
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 6,977
Karma: 5183568
Join Date: Mar 2006
Location: Mississippi, USA
Device: Kindle 3, Kobo Glo HD
|
Quote:
|
|
![]() |
![]() |
![]() |
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
ePub custom Fonts on all Sonys | Xenophon | ePub | 294 | 01-15-2012 02:23 PM |
My thoughts, PRS-300, PRS-600, PRS-505, PRS-700, Kindle 2 | zacheryjensen | Sony Reader | 78 | 12-05-2010 07:33 PM |
Other epub fonts Opus | talaivan | Bookeen | 4 | 03-03-2010 02:40 PM |
.odt to .epub vs Cybook Gen3 ADE fonts | plazec | Calibre | 1 | 02-18-2010 06:09 PM |
Opus Opus, ePub and 'embedded' fonts | AnemicOak | Bookeen | 5 | 11-10-2009 12:21 PM |