yet another web developer blog about technical issues i run into. mostly code snippets and stuff.
These regexes i seem to need often when polishing static html pages and moving to a css based design. I remove all font related markup like this:
Finds all opening and closing html font tags:<(/)?font[^>]*>
<(/)?font[^>]*>
font-family:[^;"]*(;|")
Post a Comment
No comments:
Post a Comment