|
30 | 30 | font-family: var(--type__font-header-family); |
31 | 31 | font-style: var(--type__font-header-style); |
32 | 32 | font-weight: var(--type__font-header-weight); |
| 33 | + text-transform: var(--type__header-capitilization); |
33 | 34 | @apply underline-offset-2 tracking-normal; |
34 | 35 | @apply leading-tight; |
35 | 36 | } |
36 | 37 | .type__heading--bold-1 { |
37 | 38 | font-family: var(--type__font-header-family); |
38 | 39 | font-style: var(--type__font-header-style); |
39 | 40 | font-weight: var(--type__font-header-weight); |
| 41 | + text-transform: var(--type__header-capitilization); |
40 | 42 | @apply md:text-5xl underline-offset-2 text-4xl tracking-normal; |
41 | 43 | @apply leading-tight; |
42 | 44 | } |
43 | 45 | .type__heading--bold-2 { |
44 | 46 | font-family: var(--type__font-header-family); |
45 | 47 | font-style: var(--type__font-header-style); |
46 | 48 | font-weight: var(--type__font-header-weight); |
| 49 | + text-transform: var(--type__header-capitilization); |
47 | 50 | @apply md:text-4xl underline-offset-2 text-3xl tracking-normal; |
48 | 51 | @apply leading-tight; |
49 | 52 | } |
50 | 53 | .type__heading--bold-3 { |
51 | 54 | font-family: var(--type__font-header-family); |
52 | 55 | font-style: var(--type__font-header-style); |
53 | 56 | font-weight: var(--type__font-header-weight); |
| 57 | + text-transform: var(--type__header-capitilization); |
54 | 58 | @apply md:text-3xl underline-offset-2 text-2xl tracking-normal; |
55 | 59 | @apply leading-tight; |
56 | 60 | } |
57 | 61 | .type__heading--bold-4 { |
58 | 62 | font-family: var(--type__font-header-family); |
59 | 63 | font-style: var(--type__font-header-style); |
60 | 64 | font-weight: var(--type__font-header-weight); |
| 65 | + text-transform: var(--type__header-capitilization); |
61 | 66 | @apply md:text-2xl underline-offset-2 text-xl tracking-normal; |
62 | 67 | @apply leading-tight; |
63 | 68 | } |
64 | 69 | .type__heading--bold-5 { |
65 | 70 | font-family: var(--type__font-header-family); |
66 | 71 | font-style: var(--type__font-header-style); |
67 | 72 | font-weight: var(--type__font-header-weight); |
| 73 | + text-transform: var(--type__header-capitilization); |
68 | 74 | @apply md:text-xl underline-offset-2 text-lg tracking-normal; |
69 | 75 | @apply leading-tight; |
70 | 76 | } |
71 | 77 | .type__heading--bold-6 { |
72 | 78 | font-family: var(--type__font-header-family); |
73 | 79 | font-style: var(--type__font-header-style); |
74 | 80 | font-weight: var(--type__font-header-weight); |
| 81 | + text-transform: var(--type__header-capitilization); |
75 | 82 | @apply md:text-lg underline-offset-2 text-base tracking-normal; |
76 | 83 | @apply leading-tight; |
77 | 84 | } |
|
0 commit comments