View Single Post
Old 11-06-2010, 04:17 PM   #1
opitzs
Avid Reader
opitzs can successfully navigate the Paris bus system.opitzs can successfully navigate the Paris bus system.opitzs can successfully navigate the Paris bus system.opitzs can successfully navigate the Paris bus system.opitzs can successfully navigate the Paris bus system.opitzs can successfully navigate the Paris bus system.opitzs can successfully navigate the Paris bus system.opitzs can successfully navigate the Paris bus system.opitzs can successfully navigate the Paris bus system.opitzs can successfully navigate the Paris bus system.opitzs can successfully navigate the Paris bus system.
 
opitzs's Avatar
 
Posts: 161
Karma: 36472
Join Date: Sep 2008
Location: Look for rain, hail and snow...
Device: PRS-505, PRS-600, PRS T1, Kobo Glo
Scenebreak with font change

Hi,

I am working on an epub and I try to use the Nymphette Font (http://www.dafont.com/nymphette.font) for scene breaks:

Code:
.scene_break {
  font-family: "Nymphette";
  font-size: 2em;
  display: block;
  margin-bottom: 0.5em;
  margin-left: 0em;
  margin-right: 0em;
  margin-top: 0em;
  text-align: center;
  text-indent: 0em;
}
Code:
<p class="scene_break">7</p>
It shows a nice symbol in Sigil, but ADE and my PRS 600 simply display the text in the standard font.

Do you have any hints?

Thank you
Sven

Last edited by opitzs; 11-06-2010 at 05:22 PM. Reason: Url for font added
opitzs is offline   Reply With Quote