Return to Snippet

Revision: 8640
at October 1, 2008 11:54 by handcoding


Initial Code
@namespace url(http://www.w3.org/1999/xhtml);

/* 
    Flickr - Prefer Helvetica

    by Alex Bischoff
    2008-04-18
*/

@-moz-document domain("flickr.com") {

    body, input, textarea, select
    {
        /* This is normally set to "Arial, Helvetica, sans-serif" */
        font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
    }

}

Initial URL
http://www.flickr.com/

Initial Description
This is a userstyle (for the Stylish Firefox extension) that sets the default font on Flickr to Helvetica rather than Arial.

Initial Title
Flickr - Prefer Helvetica

Initial Tags


Initial Language
CSS