View Single Post
Old 09-26-2017, 04:46 AM   #1
roger64
Wizard
roger64 ought to be getting tired of karma fortunes by now.roger64 ought to be getting tired of karma fortunes by now.roger64 ought to be getting tired of karma fortunes by now.roger64 ought to be getting tired of karma fortunes by now.roger64 ought to be getting tired of karma fortunes by now.roger64 ought to be getting tired of karma fortunes by now.roger64 ought to be getting tired of karma fortunes by now.roger64 ought to be getting tired of karma fortunes by now.roger64 ought to be getting tired of karma fortunes by now.roger64 ought to be getting tired of karma fortunes by now.roger64 ought to be getting tired of karma fortunes by now.
 
Posts: 2,625
Karma: 3120635
Join Date: Jan 2009
Device: Kindle PW3 (wifi)
Suppressing font-face declarations

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.
roger64 is offline   Reply With Quote