That's just the thing -- I've gone through all 60+ files, done code searches, etc., and can't find a single reference to the font. This is the ony thing that I found that came anywhere close, and this was in the style sheet:
p.para2 {
font-family: "Century Gothic", sans-serif;
font-weight: normal;
text-indent:0.0em;
margin-top:0.2em;
margin-bottom:0.2em;
font-size:10pt;
}
The reference was to "OEBPS/Styles/Fonts/GOTHIC.ttf".
Is there a trick for finding where this reference is and removing it?
|