Advertisement
Guest User

Untitled

a guest
Sep 12th, 2019
102
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.52 KB | None | 0 0
  1. html,
  2. body {
  3. font-size: 16px;
  4. }
  5.  
  6. body {
  7. margin: 0;
  8. line-height: 1.563;
  9. font-family: "Josefin Sans", sans-serif;
  10. -webkit-font-smoothing: antialiased;
  11. -moz-osx-font-smoothing: grayscale;
  12. }
  13.  
  14. h1,
  15. h2,
  16. h3,
  17. h4 {
  18. font-family: "Amatic SC", cursive;
  19. margin: 0.64em 0 0.512em 0;
  20. line-height: 1.25;
  21. }
  22. h1 {
  23. font-size: 3.052rem;
  24. }
  25. h2 {
  26. font-size: 2.441rem;
  27. }
  28. h3 {
  29. font-size: 1.953rem;
  30. }
  31. h4 {
  32. font-size: 1.563rem;
  33. }
  34. small {
  35. font-size: inherit;
  36. font-weight: 300;
  37. }
  38. strong {
  39. font-size: inherit;
  40. font-weight: 600;
  41. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement