Thread: PRS-950 PRS+ Font Help
View Single Post
Old 06-07-2011, 08:52 PM   #20
anamardoll
Chasing Butterflies
anamardoll ought to be getting tired of karma fortunes by now.anamardoll ought to be getting tired of karma fortunes by now.anamardoll ought to be getting tired of karma fortunes by now.anamardoll ought to be getting tired of karma fortunes by now.anamardoll ought to be getting tired of karma fortunes by now.anamardoll ought to be getting tired of karma fortunes by now.anamardoll ought to be getting tired of karma fortunes by now.anamardoll ought to be getting tired of karma fortunes by now.anamardoll ought to be getting tired of karma fortunes by now.anamardoll ought to be getting tired of karma fortunes by now.anamardoll ought to be getting tired of karma fortunes by now.
 
anamardoll's Avatar
 
Posts: 3,132
Karma: 5074169
Join Date: Mar 2011
Location: American Southwest
Device: Uses batteries.
And the plot thickens...

SRF, here is the screen shot you asked for for "How To Tell A Story". As you can see, the text is very bold.

JSWolf, here are the screen shots for the Agatha Christie story, before and after stripping out the embedded font. The (embedded) picture shows the Fontin very nicely, but interestingly enough, the (device) picture shows the Charis..... NOT BOLDED.

I confess this is unexpected. This would seem to indicate that the culprit is NOT the PRS+ software but rather something in the individual book CSS files? But this is the FIRST book out of dozens I've tested that hasn't gone all bolded on me. I'm even more confused now than before!

The CSS for the Agatha Christie file, for comparison to Young Fredle is:

Code:
@namespace h "http://www.w3.org/1999/xhtml";
@font-face {
  font-family: "Fontin";
  font-weight: normal;
  font-style: normal;
  src: url(fonts/Fontin-Regular.ttf);
}
@font-face {
  font-family: "Fontin";
  font-weight: bold;
  font-style: normal;
  src: url(fonts/Fontin-Bold.ttf);
}
@font-face {
  font-family: "Fontin";
  font-weight: normal;
  font-style: italic;
  src: url(fonts/Fontin-Italic.ttf);
}
@font-face {
  font-family: "Fontin_Sans";
  font-weight: normal;
  font-style: normal;
  src: url(fonts/Fontin_Sans_R_45b.otf);
}
@font-face {
  font-family: "Fontin_Sans";
  font-weight: bold;
  font-style: normal;
  src: url(fonts/Fontin_Sans_B_45b.otf);
}
@font-face {
  font-family: "Fontin_Sans";
  font-weight: normal;
  font-style: italic;
  src: url(fonts/Fontin_Sans_I_45b.otf);
}
@font-face {
  font-family: "Fontin_Sans" ;
  font-weight: bold ;
  font-style: italic ;
  src: url(fonts/Fontin_Sans_BI_45b.otf) ;
}
body {
  font-family: "Fontin", serif;
  widows: 0;
  orphans: 0
}
.bold {
    font-weight: bold
    }
.calibre {
    display: block;
    font-size: 1em;
    font-weight: normal;
    line-height: normal;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    page-break-before: always;
    text-align: justify
    }
.calibre1 {
    display: block;
    font-weight: bold;
    margin-bottom: 0.83em;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0.83em;
    text-align: center
    }
.calibre2 {
    font-family: "Fontin_Sans", sans-serif;
    }
.calibre3 {
    font-family: "Fontin_Sans", sans-serif;
    }
.calibre4 {
	font-size: 125%;
	margin-top: 45px;
	margin-bottom: 30px;
    text-align: center
    }
.calibre4a {
    text-align: center
    }
.calibre5 {
    height: auto;
    width: auto
    }
.calibre6 {
    font-family: "Fontin_Sans", sans-serif;
	font-size: 125%
    }
.calibre7 {
    display: block;
	font-family: "Fontin", serif;
	text-indent: 1.1em
    }
.calibre7a {
    display: block;
	font-family: "Fontin", serif;
	text-indent: 0
    }
.italic {
    font-style: italic
    }
.mbppagebreak {
    display: block;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    page-break-after: always
    }
a {
    color: inherit;
    text-decoration: inherit;
    cursor: default
    }
a[href] {
    color: blue;
    text-decoration: underline;
    cursor: pointer
    }
Attached Thumbnails
Click image for larger version

Name:	How To Tell A Story.jpg
Views:	224
Size:	110.4 KB
ID:	72475   Click image for larger version

Name:	Secret Adversary (device).jpg
Views:	247
Size:	106.0 KB
ID:	72476   Click image for larger version

Name:	Secret Adversary (embedded).jpg
Views:	218
Size:	107.3 KB
ID:	72477  

Last edited by anamardoll; 06-07-2011 at 08:56 PM.
anamardoll is offline   Reply With Quote