Advertisement
Guest User

Untitled

a guest
Mar 24th, 2017
96
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.98 KB | None | 0 0
  1. Medium -
  2.  
  3. CSS
  4. body {
  5. font-family: -apple-system,
  6. BlinkMacSystemFont,
  7. "Segoe UI",
  8. Roboto,
  9. Oxygen,
  10. Ubuntu,
  11. Cantarell,
  12. "Open Sans",
  13. "Helvetica Neue",
  14. sans-serif;
  15. }
  16. Ghost -
  17.  
  18. CSS
  19. body {
  20. font-family: -apple-system,
  21. BlinkMacSystemFont,
  22. "Segoe UI",
  23. Roboto,
  24. Oxygen,
  25. Ubuntu,
  26. Cantarell,
  27. "Fira Sans",
  28. "Droid Sans",
  29. "Helvetica Neue",
  30. sans-serif;
  31. }
  32. Finally, GitHub -
  33.  
  34. CSS
  35. body {
  36. font-family: -apple-system,
  37. BlinkMacSystemFont,
  38. "Segoe UI",
  39. Roboto,
  40. Helvetica,
  41. Arial,
  42. sans-serif,
  43. "Apple Color Emoji", /* Emojis*/
  44. "Segoe UI Emoji", /* Emojis*/
  45. "Segoe UI Symbol"; /* Emojis*/
  46. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement