Flickr - Prefer Helvetica


/ Published in: CSS
Save to your folder(s)

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


Copy this code and paste it in your HTML
  1. @namespace url(http://www.w3.org/1999/xhtml);
  2.  
  3. /*
  4.   Flickr - Prefer Helvetica
  5.  
  6.   by Alex Bischoff
  7.   2008-04-18
  8. */
  9.  
  10. @-moz-document domain("flickr.com") {
  11.  
  12. body, input, textarea, select
  13. {
  14. /* This is normally set to "Arial, Helvetica, sans-serif" */
  15. font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  16. }
  17.  
  18. }

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

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.