View Single Post
Old 04-22-2021, 02:43 PM   #4
JSWolf
Resident Curmudgeon
JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.
 
JSWolf's Avatar
 
Posts: 80,025
Karma: 147977995
Join Date: Nov 2006
Location: Roslindale, Massachusetts
Device: Kobo Libra 2, Kobo Aura H2O, PRS-650, PRS-T1, nook STR, PW3
Quote:
Originally Posted by theducks View Post
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>
JSWolf is offline   Reply With Quote