/ Published in: CSS
This is a userstyle (for the Stylish Firefox extension) that sets the default font on the Huffington Post to Helvetica rather than Arial.
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
@namespace url(http://www.w3.org/1999/xhtml); @-moz-document domain("huffingtonpost.com") { body { font-family: "Helvetica Neue",Helvetica,sans-serif !important; } }
URL: http://www.huffingtonpost.com/