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
}
|