Skip to content
This repository was archived by the owner on Mar 13, 2025. It is now read-only.

Commit 8103d1e

Browse files
committed
Revert "Header Font Updates"
This reverts commit 6859285.
1 parent 9b6bffb commit 8103d1e

File tree

1 file changed

+5
-13
lines changed

1 file changed

+5
-13
lines changed

src/styles/_mixins/typography.scss

+5-13
Original file line numberDiff line numberDiff line change
@@ -126,44 +126,36 @@
126126
@mixin tc-heading-xl {
127127
@include roboto-light;
128128

129-
color: $tc-black;
130-
font-size: 42px;
131-
line-height: 50px;
132-
}
133-
134-
@mixin tc-heading-lg {
135-
@include roboto-light;
136-
137129
color: $tc-black;
138130
font-size: 36px;
139131
line-height: 45px;
140132
}
141133

142-
@mixin tc-heading-md {
134+
@mixin tc-heading-lg {
143135
@include roboto-regular;
144136

145137
color: $tc-black;
146138
font-size: 28px;
147139
line-height: 35px;
148140
}
149141

150-
@mixin tc-heading-sm {
142+
@mixin tc-heading-md {
151143
@include roboto-regular;
152144

153145
color: $tc-black;
154146
font-size: 20px;
155-
line-height: 35px;
147+
line-height: 30px;
156148
}
157149

158-
@mixin tc-heading-xs {
150+
@mixin tc-heading-sm {
159151
@include roboto-bold;
160152

161153
color: $tc-black;
162154
font-size: 15px;
163155
line-height: 25px;
164156
}
165157

166-
@mixin tc-heading-xxs {
158+
@mixin tc-heading-xs {
167159
@include roboto-bold;
168160

169161
color: $tc-black;

0 commit comments

Comments
 (0)