Advertisement
Guest User

Untitled

a guest
Jun 26th, 2019
94
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.11 KB | None | 0 0
  1. font-size:
  2.  
  3. H1 = 2/sqrt1 = 2
  4. H2 = 2/sqrt2 = 1.414
  5. H3 = 2/sqrt3 = 1.155
  6. H4 = 2/sqrt4 = 1
  7. H5 = 2/sqrt5 = 0.894
  8. H6 = 2/sqrt6 = 0.816
  9.  
  10. H1=32
  11. H2=24
  12. H3=19
  13. H4=16
  14. H5=14
  15. H6=13
  16.  
  17. item rem px pt
  18. .giant 3.38 54.4 41
  19. .huge 2.95 47.2 35
  20. .big 2.58 41.3 31
  21. h1 2.25 36.0 27
  22. h2 1.97 31.5 24
  23. h3 1.72 27.5 21
  24. h4 1.50 24.0 18
  25. h5 1.31 21.0 16
  26. h6 1.15 18.4 14
  27. p 1.00 16.0 12
  28. .menus 0.87 13.9 10
  29. .legal 0.76 12.2 9
  30. .micro 0.67 10.7 8
  31. .zilch 0.58 9.3 7
  32.  
  33. /* Font-Sizes using pt */
  34. .giant { font-size:41pt; }
  35. .huge { font-size:35pt; }
  36. .big { font-size:31pt; }
  37. h1 { font-size:27pt; margin-top:0; }
  38. h2 { font-size:24pt; }
  39. h3 { font-size:21pt; }
  40. h4 { font-size:18pt; }
  41. h5 { font-size:16pt; }
  42. h6 { font-size:14pt; }
  43. p { font-size:12pt; margin-bottom:15pt; }
  44. .menus { font-size:10pt; }
  45. .legal { font-size: 9pt; }
  46. .micro { font-size: 8pt; }
  47. .zilch { font-size: 7pt; }
  48.  
  49. h1 { font-size: 24px;}
  50. h2 { font-size: 22px;}
  51. h3 { font-size: 18px;}
  52. h4 { font-size: 16px;}
  53. h5 { font-size: 12px;}
  54. h6 { font-size: 10px;}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement