Quote:
Originally Posted by Begemot
... also easy is removing them from CSS(just remove @font-face)
Finally there also references to fonts in the .xhtml files. such as
Code:
<p class="MinionPro-12-5-14"> </p>
That is PIA 
|
You need to update the CSS to remove font-family properties that refer to the removed fonts.
The classes in the xhtml file are just references to the CSS. Despite the name they do not actually refer to the MinionPro font. You could leave them in place.