123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051 |
- .text-h1-m {
- @include text-style-h-1-medium;
- }
- .text-h2-m {
- @include text-style-h-2-medium;
- }
- .text-h3-m {
- @include text-style-h-3-medium;
- }
- .text-h3-r {
- @include text-style-h-3-regular;
- }
- .text-h4-r {
- @include text-style-h-4-regular;
- }
- .text-h4-m {
- @include text-style-h-4-medium;
- }
- .text-h5-r {
- @include text-style-h-5-regular;
- }
- .text-h5-m {
- @include text-style-h-5-medium;
- }
- .text-h5-b {
- @include text-style-h-5-bold;
- }
- .text-body-m {
- @include text-style-body-medium;
- }
- .text-body-b {
- @include text-style-body-bold;
- }
- .text-body-r {
- @include text-style-body-regular;
- }
- .text-body-ru {
- @include text-style-body-regular-underline;
- }
- .text-body-rs {
- @include text-style-body-regular-strikethrough;
- }
- .text-body-c {
- @include text-style-body-code;
- }
- .text-f-c {
- @include text-style-footnote-description;
- }
- .text-f-s {
- @include text-style-footnote-system-monospace;
- }
|