Those two src: lines are sort of what's causing the problem, the fonts they are looking for seem to be in the wrong place.
Look in the Book browser window, and unfold the Styles and Fonts folders
Does Baskerville or Rockwell appear in either of those folders
Now if they exist in one of those folders, do one of the following :
------
If they are in the Fonts folder change the line in the Baskerville definition to read
src:url(../Fonts/Baskerville) format(opentype);;
and do the Rockwell definition to read
src:url(../Fonts/Rockwell) format(opentype);;
------
If they are in the Styles folder change the line in the Baskerville definition to read
src:url(../Styles/Baskerville) format(opentype);;
and do the Rockwell definition to read
src:url(../Styles/Rockwell) format(opentype);;
------
If the fonts don't appear in either of the folders, then post here and we'll try and see what else we can do.
|