0

Improve Page Readability

Posted March 24th, 2011 in Code by Neal Basumullick

A common gripe of internet users seems to be page readability.  Quite often, administrators choose to reformat their websites and change fonts, sometimes leading to poor readability.  This tool, in the form of a simple bookmarklet, replaces all page fonts to a sans-serif font of your choice. Made with the same idea in mind as Wikipedia Beautifier. [Lifehacker]

Fix Font

Drag this image to your bookmarks bar

I also made a userscript that changes the fonts on Lifehacker.com to a sans-serif font.

[Download userscript]

I compiled my Lifehacker font-fixing userscript into a Firefox addon for Firefox fans.

[Download Firefox Addon]

Here’s the userstyle version (for Stylish on Chrome, Firefox, Opera, and Safari)

================================================================

@-moz-document domain("lifehacker.com.com"), domain("userstyles.org") {

body { font-family:ubuntu, ubuntubeta, "lucida grande",tahoma,verdana,arial,sans-serif !important }

textarea, .inputtext, .inputpassword { font-family:ubuntu, ubuntubeta, "lucida grande",tahoma,verdana,arial,sans-serif !important }

p { font-family: ubuntu,"lucida grande",tahoma,verdana,arial,sans-serif !important }

}

================================================================

Leave a Reply







Nice job!
Businesses, Web Designs, and Projects
Thanks for looking!

Konami Easter Egg by Adrian3.com

More in Code (4 of 10 articles)


I built Instant Music to solve the problem of instant ...