Thread: PRS-650 Flashing the firmware
View Single Post
Old 11-04-2010, 04:07 PM   #64
chris_tribble
Enthusiast
chris_tribble began at the beginning.
 
Posts: 31
Karma: 20
Join Date: Oct 2010
Location: London, UK
Device: Sony PRS-650
Success! Now using Adobe Garamond Pro successfully.

The final userStyle.css that I'm working with is given below.

With an M setting in the PRS-650 this gives me a page that I feel really comfortable with (though I liked Calibri too). As I've saved the alternative versions of the userStyle.css with meaningful names it will be OK to adjust these for a change.

THANKS ladies and gentlemen!

Chris

@font-face {
font-family: adobegaramondpro;
font-weight: normal;
font-style: normal;
src: url(res:///Data/epub/FONT/adobegaramondpro/AGaramondPro-Regular.otf);
}

@font-face {
font-family: adobegaramondpro;
font-weight: bold;
font-style: normal;
src: url(res:///Data/epub/FONT/adobegaramondpro/AGaramondPro-Bold.otf);
}

@font-face {
font-family: adobegaramondpro;
font-weight: normal;
font-style: italic;
src: url(res:///Data/epub/FONT/adobegaramondpro/AGaramondPro-Italic.otf);
}

@font-face {
font-family: adobegaramondpro;
font-weight: bold;
font-style: italic;
src: url(res:///Data/epub/FONT/adobegaramondpro/AGaramondPro-BoldItalic.otf);
}

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

h1 {
font-family: sans-serif1, sans-serif;
}
body {
font-family: adobegaramondpro; line-height: 1.2em
}
chris_tribble is offline   Reply With Quote