View Single Post
Old 09-19-2022, 01:15 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: 79,961
Karma: 147448039
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 enuddleyarbl View Post
It looks like the font(s) is "Shift Light":
Code:
@font-face {
  font-family: "Shift Light";
  font-style: normal;
  font-weight: normal;
  src: url(../fonts/00068.otf);
}
@font-face {
  font-family: "Shift Light";
  font-style: italic;
  font-weight: bold;
  src: url(../fonts/00069.otf);
}
I don't actually need the fonts. In the past, I'd automatically delete all the font stuff when I messed with the book. I only recently started keeping it (I figured there was no down-side to keeping it (except maybe some extra size)). But, since this might be a new issue with Calibre, I thought I'd report it.

Also, I found another book with fonts (and they're red-shielded as well): Jim Butcher's "Peace Talks." It has the same problem all around. Oddly, it too uses those two Shift Light fonts. So, I'd guess it's an actual Calibre issue.
It's not a Calibre issue. Not at all. You have to do what I posted in my previous post if you do want those fonts.

Those shift fonts are garbage. They are from Penguin Random House for an advertisement. You can delete the fonts and you can delete that HTML file. It's the last HTML file.
JSWolf is offline   Reply With Quote