font.scss 900 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051
  1. .text-h1-m {
  2. @include text-style-h-1-medium;
  3. }
  4. .text-h2-m {
  5. @include text-style-h-2-medium;
  6. }
  7. .text-h3-m {
  8. @include text-style-h-3-medium;
  9. }
  10. .text-h3-r {
  11. @include text-style-h-3-regular;
  12. }
  13. .text-h4-r {
  14. @include text-style-h-4-regular;
  15. }
  16. .text-h4-m {
  17. @include text-style-h-4-medium;
  18. }
  19. .text-h5-r {
  20. @include text-style-h-5-regular;
  21. }
  22. .text-h5-m {
  23. @include text-style-h-5-medium;
  24. }
  25. .text-h5-b {
  26. @include text-style-h-5-bold;
  27. }
  28. .text-body-m {
  29. @include text-style-body-medium;
  30. }
  31. .text-body-b {
  32. @include text-style-body-bold;
  33. }
  34. .text-body-r {
  35. @include text-style-body-regular;
  36. }
  37. .text-body-ru {
  38. @include text-style-body-regular-underline;
  39. }
  40. .text-body-rs {
  41. @include text-style-body-regular-strikethrough;
  42. }
  43. .text-body-c {
  44. @include text-style-body-code;
  45. }
  46. .text-f-c {
  47. @include text-style-footnote-description;
  48. }
  49. .text-f-s {
  50. @include text-style-footnote-system-monospace;
  51. }