Advertisement
Guest User

Untitled

a guest
Apr 23rd, 2017
56
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.49 KB | None | 0 0
  1. export const fontSize = {
  2. // heading
  3. displayLarge: '32px',
  4. displayMedium: '26px',
  5. displaySmall: '20px',
  6. heading: '18px',
  7. subheading: '16px',
  8.  
  9. // body
  10. body: '17px',
  11. caption: '15px',
  12. };
  13.  
  14. export const fontWeight = {
  15. bold: 700,
  16. semibold: 600,
  17. normal: 400,
  18. light: 200,
  19. };
  20.  
  21. export const lineHeight = {
  22. // heading
  23. displayLarge: '40px',
  24. displayMedium: '36px',
  25. displaySmall: '32px',
  26. heading: '28px',
  27. subheading: '24px',
  28.  
  29. // body
  30. body: '17px',
  31. caption: '15px',
  32. };
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement