Advertisement
Guest User

Untitled

a guest
Jul 20th, 2017
59
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.52 KB | None | 0 0
  1. *, body, div, span, table, th, tr, td, tt, pre, code, textarea, input
  2. {
  3. -webkit-font-smoothing: subpixel-antialiased !important;
  4. }
  5.  
  6. tt, pre, code, code a
  7. {
  8. font-family: "Monaco", "ConsolasHigh", "Consolas", monospace !important;
  9. line-height: 1.8 !important;
  10. }
  11.  
  12. @media (-webkit-min-device-pixel-ratio: 3), (-webkit-min-device-pixel-ratio: 2)
  13. {
  14. tt, pre, code, code a
  15. {
  16. font-family: "SFMono-Regular", "ConsolasHigh", "Consolas", "Monaco", monospace !important;
  17. line-height: 1.8 !important;
  18. }
  19. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement