NAME
tr_delfont -- delete font tags that hardcode the size or the font face.
SYNOPSIS
tr_delfont [-hpv] html-files
DESCRIPTION
tr_delfont deletes all font tags that hardcode the size or the font face. The font color is not changed
File access permissions are preserved.
OPTIONS
-h short help
-a delete all font tags even the color attributes
-p print to stdout and do not modify any files.
-v verbous messages about html errors.
EXAMPLE
tr_delfont -p index.html or to really change the file: tr_delfont index.html
AUTHOR
tr_delfont is part of the HTML::TagReader package and was written by Guido Socher