Thread: PRS-650 Flashing the firmware
View Single Post
Old 11-04-2010, 07:29 AM   #58
chris_tribble
Enthusiast
chris_tribble began at the beginning.
 
Posts: 31
Karma: 20
Join Date: Oct 2010
Location: London, UK
Device: Sony PRS-650
Quote:
Originally Posted by Fbone View Post
induna kindly listed the steps to change fonts using firmware 1.05e in this link (post 14). Perhaps, you missed a step?

https://www.mobileread.com/forums/sho...d.php?t=105194
Really grateful for the quick response. I've edited userStyle.css to read (as there's no Bold Italic in my Garamond set, I've left this as Droid):

@font-face {
font-family: -ua-default;
font-weight: normal;
font-style: normal;
src: url(res:///Data/epub/FONT/garamond/GARA.ttf);
}

@font-face {
font-family: -ua-default;
font-weight: bold;
font-style: normal;
src: url(res:///Data/epub/FONT/garamond/GARABD.ttf);
}

@font-face {
font-family: -ua-default;
font-weight: normal;
font-style: italic;
src: url(res:///Data/epub/FONT/garamond/GARAIT.ttf);
}

@font-face {
font-family: -ua-default;
font-weight: bold;
font-style: italic;
src: url(res:///Data/epub/FONT/droid/DroidSerif-BoldItalic.ttf);
}

@font-face {
font-family: "sans-serif1";
src:url(res:///opt/sony/ebook/FONT/tt0003m_.ttf);
}

h1 {
font-family: sans-serif1, sans-serif;
}

My flashed Reader has the file structure as in the screen shot I attach. But I'm still getting the old Sony default font! I've tried this across a range of ePub books (mostly from Feedbooks) and have checked in Calibri that there's no local font over-ride... I have to say I feel a bit confused. If anyone can clarify where I've gone wrong I'd be really grateful. Very odd.
Attached Thumbnails
Click image for larger version

Name:	Untitled.png
Views:	448
Size:	89.5 KB
ID:	60628  
chris_tribble is offline   Reply With Quote