I think I found the problem:
If I enter the following in my css for an epub using Sigil 3.4:
@font-face {font-family: "Gv Petite Caps.ttf";
font-style: normal;
font-weight: normal;
src: url(../Fonts/Gv Petite Caps.ttf);}
This epub shows the Petite Cap in Adobe DE
If I then open the file using Sigil 4.0 the css petite cap statement becomes upon opening:
@font-face {font-family: "Gv Petite Caps.ttf";
font-style: normal;
font-weight: normal;
src: ../Fonts/Gv Petite Caps.ttf);}
Upon saving with S4, the new epub does not show the Petite Cap in ADE.
One can correct the error using Sigil 4 and save, and the resulting epub shows the Petite Cap in ADE, but on reopening the file with Sigil 4, the error is again created.
|