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