fonts.css 734 B

12345678910111213141516171819202122232425262728293031323334353637383940
  1. h1 {
  2. font-family: Helvetica Neue;
  3. font-size: 24px;
  4. font-style: normal;
  5. font-variant: normal;
  6. font-weight: 700;
  7. line-height: 38.4px;
  8. }
  9. h3 {
  10. font-family: Helvetica Neue;
  11. font-size: 14px;
  12. font-style: normal;
  13. font-variant: normal;
  14. font-weight: 700;
  15. line-height: 22.4px;
  16. }
  17. p {
  18. font-family: Cantarell, Arial;
  19. font-size: 15px;
  20. font-style: normal;
  21. font-variant: normal;
  22. font-weight: 400;
  23. line-height: 18px;
  24. }
  25. blockquote {
  26. font-family: sans-serif;
  27. font-size: 14px;
  28. font-style: normal;
  29. font-variant: normal;
  30. font-weight: 400;
  31. line-height: 25.2px;
  32. }
  33. pre {
  34. font-family: Helvetica Neue;
  35. font-size: 14px;
  36. font-style: normal;
  37. font-variant: normal;
  38. font-weight: 400;
  39. line-height: 16.8px;
  40. }