View Single Post
Old 05-15-2025, 11:30 AM   #10
gbm
Wizard
gbm ought to be getting tired of karma fortunes by now.gbm ought to be getting tired of karma fortunes by now.gbm ought to be getting tired of karma fortunes by now.gbm ought to be getting tired of karma fortunes by now.gbm ought to be getting tired of karma fortunes by now.gbm ought to be getting tired of karma fortunes by now.gbm ought to be getting tired of karma fortunes by now.gbm ought to be getting tired of karma fortunes by now.gbm ought to be getting tired of karma fortunes by now.gbm ought to be getting tired of karma fortunes by now.gbm ought to be getting tired of karma fortunes by now.
 
Posts: 2,196
Karma: 8888888
Join Date: Jun 2010
Device: Kobo Clara HD,Hisence Sero 7 Pro RIP, Nook STR, jetbook lite
Open the ebook in the editor then do a find/replace all:

find:
Code:
font-family: oppjfiltckennerleyproitalic;
replace:
Code:
font-family:oppjfiltckennerleyproitalic, sans-serif;
That should work.

bernie
Quote:
Originally Posted by mgrimace View Post
Thank you, it looks like that might be the case.
Yes, in the editor:
- the 'bug' icon states: unexpected missing generic font family at stylesheet.css (line: 38 column: 17)
- selecting 'Tools: embed referenced fonts', gives an error: 'no embeddable fonts found'

CSS:
Code:
.calibre {
    display: block;
    font-size: 0.58333em;
    padding: 0;
    margin: 0 5pt
    }
.calibre1 {
    display: block;
    height: 770;
    overflow: hidden;
    position: relative;
    width: 600;
    padding: 0;
    margin: 0
    }
.calibre2 {
    letter-spacing: -1px;
    line-height: 1.2
    }
.calibre3 {
    letter-spacing: 1px;
    line-height: 1.2
    }
.calibre4 {
    letter-spacing: 2px;
    line-height: 1.2
    }
.calibre5 {
    letter-spacing: -2px;
    line-height: 1.2
    }
.hlink {
    color: inherit;
    text-decoration: none
    }
.justify {
    color: #211d1e;
    font-family: oppjfiltckennerleyproitalic;
    font-size: 1.28571em;
    font-variant-ligatures: none
    }
.justify1 {
    color: #211d1e;
    font-family: oppjfhltckennerleypro;
    font-size: 1.28571em;
    font-variant-ligatures: none
    }
.justify2 {
    color: #211d1e;
    font-family: oppjfhltckennerleypro;
    font-size: 1.71429em;
    font-variant-ligatures: none
    }
.justify3 {
    color: transparent;
    font-family: oppjfhltckennerleypro;
    font-size: 1em;
    font-variant-ligatures: none
    }
.justify4 {
    color: #211d1e;
    font-family: oppjfhltckennerleypro;
    font-size: 1.71429em;
    font-variant-ligatures: none;
    white-space: nowrap
    }
.lpage {
    background-image: url(images/00003.jpeg);
    background-repeat: no-repeat;
    background-size: 600px 770px;
    display: block;
    height: 770px;
    position: absolute;
    width: 600px;
    padding: 0;
    margin: 0
    }
.lpage1 {
    background-image: url(images/00004.jpeg);
    background-repeat: no-repeat;
    background-size: 600px 770px;
    display: block;
    height: 770px;
    position: absolute;
    width: 600px;
    padding: 0;
    margin: 0
    }
Then, it just continues page2, 3 and so on so I didn't copy/paste that. FWIW I don't understand CSS at all and I'm not sure what's important here. The Line error points to the item `oppjfiltckennerleyproitalic`
gbm is offline   Reply With Quote