build-font-size-source.html 169 B

1234567891011121314151617
  1. <style>
  2. .text-tiny {
  3. font-size: 0.7em;
  4. }
  5. .text-small {
  6. font-size: 0.85em;
  7. }
  8. .text-big {
  9. font-size: 1.4em;
  10. }
  11. .text-huge {
  12. font-size: 1.8em;
  13. }
  14. </style>