![]() |
#1 |
Junior Member
![]() Posts: 4
Karma: 10
Join Date: Dec 2013
Device: prs 350
|
![]()
I register for this question and my japan version prs-350.
As you know, the japan prs 350 can't be flashed. So I turn to use epub format to custom font by css. Though, it's not over. The problem is I can't find the custom font path in my 350. I put fonts both in /FONT and /fonts,and add all the paths as follows: @font-face { font-family:"zw"; src:url(res:///opt/sony/ebook/FONT/zw.ttf), url(res:///ebook/fonts/../../ebook/fonts/zw.ttf), url(res:///ebook/fonts/zw.ttf), url(res:///Data/FONT/zw.ttf), url(res:///opt/sony/ebook/FONT/tt0011m_.ttf) url(res:///fonts/ttf/zw.ttf), url(res:///../../media/mmcblk0p1/fonts/zw.ttf), url(res:///DK_System/system/font/zw.ttf), url(res:///abook/fonts/zw.ttf), url(res:///system/fonts/zw.ttf), url(res:///system/media/sdcard/fonts/zw.ttf), url(res:///sdcard/fonts/zw.ttf), url(res:///system/fonts/DroidSansFallback.ttf), url(res:///mnt/MOVIFAT/font/zw.ttf), url(fonts/zw.ttf); } none of them works for me and my japan 350. I have done a lot search, but no answer. So, anybody can tell me, 1\What is the right font path used in css? 2\How can I find the right font path used in css? Any help is welcome, thanks in advance! Last edited by 52manhua; 12-19-2013 at 10:22 AM. |
![]() |
![]() |
![]() |
#2 |
Addict
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 274
Karma: 391602
Join Date: Oct 2009
Location: Chicago, IL USA
Device: Sony PRS-350; Kobo Clara HD; Kobo Clara 2E; Kobo Clara BW
|
This CSS works for me when I format a book in calibre:
Code:
@font-face { font-family: GeorgiaEInk15; font-weight: normal; font-style: normal; src: url(res:///Data/fonts/GeorgiaEInk15.ttf); } @font-face { font-family: GeorgiaEInk15; font-weight: bold; font-style: normal; src: url(res:///Data/fonts/GeorgiaEInk15Bold.ttf); } @font-face { font-family: GeorgiaEInk15; font-weight: normal; font-style: italic; src: url(res:///Data/fonts/GeorgiaEInk15Italic.ttf); } @font-face { font-family: GeorgiaEInk15; font-weight: bold; font-style: italic; src: url(res:///Data/fonts/GeorgiaEInk15BoldItalic.ttf); } body { font-family: GeorgiaEInk15; widows: 0; orphans: 0; } I do not know if the drive name or the path is the same on the Japanese version of the 350. |
![]() |
![]() |
![]() |
#3 | |
Junior Member
![]() Posts: 4
Karma: 10
Join Date: Dec 2013
Device: prs 350
|
Quote:
I tried this path, no help to japan 350. BTW, my firmware version is 3.0.03.03190. Last edited by 52manhua; 12-19-2013 at 11:28 PM. Reason: add something |
|
![]() |
![]() |
![]() |
#4 |
Addict
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 274
Karma: 391602
Join Date: Oct 2009
Location: Chicago, IL USA
Device: Sony PRS-350; Kobo Clara HD; Kobo Clara 2E; Kobo Clara BW
|
In your list above, you show:
url(res:///Data/FONT/zw.ttf) Did you try instead: url(res:///Data/fonts/zw.ttf) And that also needs the folder in the root of READER to be "fonts". (Change the case and add the "s".) I'm not sure if case makes a difference in the path name. It definitely does in the font name. If that does not work, you will need to ask someone with the Japanese version. Your firmware version is completely different than mine. |
![]() |
![]() |
![]() |
#5 | |
Junior Member
![]() Posts: 4
Karma: 10
Join Date: Dec 2013
Device: prs 350
|
Quote:
Still no help, Thanks |
|
![]() |
![]() |
![]() |
#7 |
Junior Member
![]() Posts: 4
Karma: 10
Join Date: Dec 2013
Device: prs 350
|
|
![]() |
![]() |
![]() |
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
How can I find out where the font path of Iriver Cover Story | mrfirm | iRiver Story | 3 | 07-22-2013 12:40 PM |
custom column: count number of characters (in book path) | miquele | Library Management | 25 | 09-21-2012 01:54 PM |
Custom column showing path length? | xterminal | Library Management | 1 | 09-11-2012 09:12 AM |
Problem with sending to device (custom path) | autumnmist | Devices | 7 | 04-20-2011 05:32 PM |
Any one knew the font path of the built-in fonts of Story | flyisland | iRiver Story | 3 | 10-15-2010 01:39 AM |