Quote:
Originally Posted by RbnJrg
Of course, since we are using the :before pseudo-element, we are going to have some "issues" under ADE.
Regards
Rubén
|
I'd like to have best compatibility so what do you suggest? using images and droppping scalability? or sticking to this solution?
EDIT: I have tried every solution people offered here and it doesn't work. I assume it's because I need to embed the Windings font.
EDIT2: argh, I created a new ePub in Sigil with the settings you gave and it works perfect. Thanks RbnJrg.
EDIT3: I am having a bit of trouble with setting this right for hebrew text: see attached for result. CSS code is here:
Code:
body
{
font-family:"Arial";
margin:0;
padding:0;
}
.List-Style2 {
display: inline;
margin-left: 2em;
list-style-type: none;
}
.List-Style2:before {
margin-right: 1em;
content: "❖ ";
}