Talking Points Memo - 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 Talking Points Memo 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("talkingpointsmemo.com") {
  4.  
  5. h1,
  6. h3,
  7. #header ul.mainnav a,
  8. #header .utilities a,
  9. #header .utilities a.tips,
  10. #footer,
  11. .news-feature h2,
  12. ul.tophead li,
  13. h3.ads-header,
  14. .advertisement,
  15. .linklist a, .rightcol_feed a,
  16. div.blog h3,
  17. div.blog .utilities li,
  18. div.blog .utilities a,
  19. div.blog .timestamp,
  20. #staff,
  21. #story .caption,
  22. #story h2,
  23. #story .about,
  24. ul#latestheadlines li,
  25. #share,
  26. #share ul li a,
  27. .lower-election h2,
  28. .lower-election .byline,
  29. .lower-election .footer,
  30. .event #date-container,
  31. .event #desc-container .body,
  32. div.poll-tracker li,
  33. div.poll-tracker a.more-polls,
  34. .rightcol_feed h6,
  35. .lower-election .calendar-label,
  36. #story ul.election-calendar,
  37. ul.election-calendar div,
  38. #story ul.election-calendar div,
  39. #links, #masthead, #muck-blogging,
  40. #tagcloud,
  41. .muck-entry-nav,
  42. #comments .comment-footer,
  43. #profile-bar,
  44. #profile-bar #profile-signin label,
  45. .profile-input,
  46. .profile-input label,
  47. .profile-input input.text, #entry_text, .profile-input .text input,
  48. .profile-main h4, .profile-main h5,
  49. .profile-main li, .aux li,
  50. .profile-main .posted,
  51. .profile-view ul p
  52. {
  53. font-family: "Helvetica Neue", Helvetica, sans-serif !important;
  54. }
  55.  
  56. }

URL: http://www.talkingpointsmemo.com/

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.