Thread: PRS-600 Fonts on the PRS-600
View Single Post
Old 07-05-2010, 05:17 PM   #8
vho3000
Member
vho3000 began at the beginning.
 
Posts: 22
Karma: 10
Join Date: Sep 2009
Device: PRS 600
Could not get this to work in my PRS600

Quote:
Originally Posted by latexsalesman View Post
There are many posts on how easy it is to change fonts with Calibre and ePub, which is my favorite format. To sum it make sure that you have a fonts folder in your readers root directory or data directory and use the following code in the extra css portion of Calibre:

@font-face {
font-family:"MinionPro";
font-weight: normal;
font-style: normal;
src:url(res:///Data/fonts/MinionPro-MediumDisp.otf);
}
@font-face {
font-family:"MinionPro";
font-weight: bold;
font-style: normal;
src:url(res:///Data/fonts/MinionPro-SemiboldDisp.otf);
}
@font-face {
font-family:"MinionPro";
font-weight: normal;
font-style: italic;
src:url(res:///Data/fonts/MinionPro-MediumItDisp.otf);
}
@font-face {
font-family:"MinionPro";
font-weight: bold;
font-style: italic;
src:url(res:///Data/fonts/MinionPro-SemiboldIt.otf);
}

body {font-family:"MinionPro", serif;
}

Choose your favorite fonts and go crazy...

I Want to be your LatexSalesMan!!!
I am most interested in having Chinese ePub made with Calibre and read on PRS600. But I tried and cannot get it to work. Please provide details on your method of reading Chinese ePub on PRS 600. Thanks.
vho3000 is offline   Reply With Quote