Quote:
Originally Posted by theducks
Code:
span.bembo{
font-family: "Bembo Std";
}
last each word/phrase needs to be wrapped in a span
Code:
span class="bembo"<the words</span>
OH
and your reading devise MUST support some form of 'Use Publishers Styles'
|
On my Kobo, I don't need publisher font for a case like this when reading ePub.
Oh and here is some of your code fixed.
Code:
span.bembo {
font-family: "Bembo Std";
}
Code:
<span class="bembo">the words</span>