View Single Post
Old 04-06-2011, 02:28 PM   #74
bobcdy
Fanatic
bobcdy ought to be getting tired of karma fortunes by now.bobcdy ought to be getting tired of karma fortunes by now.bobcdy ought to be getting tired of karma fortunes by now.bobcdy ought to be getting tired of karma fortunes by now.bobcdy ought to be getting tired of karma fortunes by now.bobcdy ought to be getting tired of karma fortunes by now.bobcdy ought to be getting tired of karma fortunes by now.bobcdy ought to be getting tired of karma fortunes by now.bobcdy ought to be getting tired of karma fortunes by now.bobcdy ought to be getting tired of karma fortunes by now.bobcdy ought to be getting tired of karma fortunes by now.
 
bobcdy's Avatar
 
Posts: 527
Karma: 1048576
Join Date: May 2009
Device: bebook; prs-950; nook simple touch; HTC Jetstream tablet
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.
bobcdy is offline   Reply With Quote