Huffington Post - 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 the Huffington Post 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. @-moz-document domain("huffingtonpost.com") {
  4.  
  5. body
  6. {
  7. font-family: "Helvetica Neue",Helvetica,sans-serif !important;
  8. }
  9. }

URL: http://www.huffingtonpost.com/

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.