MakeItSans

By mva.led Last update Apr 25, 2008 — Installed 168 times. Daily Installs: 0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 0, 2, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0
Script Summary:
Replaces every font-family CSS definition with sans-serif.
Recently Updated TopicsPosts
Little bug2
Archived Comments2

this script has 2 topics, 4 posts

Review Summary
5 stars
0 reviews (0)
4 stars
1 reviews (1)
3 stars
0 reviews (0)
2 stars
0 reviews (0)
1 star
0 reviews (0)

this script has 1 review

This scripts searches thru stylesheets for font-family declarations. Whenever it find a font-family declaration containing any of Arial, Helvetica, Lucida, or sans-serif it replaces the declaration for 'font-family: sans-serif;'

It also check for FONT tags.

I did it, because in Debian those arials, verdanas, and so on, print badly. This script have improved my on-screen readability.

TODO:
* Some web pages uses the STYLE attribute, this should be addresses as well.