Hi
Within the "Tools" menu, could it be possible to enable the "Filter style information" window to destroy some @paragraphs we find in the stylesheets, mainly @font-face declarations of this kind:
Code:
@font-face {
font-family: "LinLibertineSC-G30";
src: url(../Fonts/LinLibertineSC-G30-Regular.ttf);
font-weight: normal;
font-style: normal;
}
Up to now, one who wishes to suppress all font-related information from its stylesheet can tick the "fonts" entry but after that he needs to open the stylesheet to look for these now useless @font-face paragraphs and suppress them one by one.