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

Commit 6859285

Browse files
committed
Header Font Updates
1 parent 117b172 commit 6859285

File tree

1 file changed

+13
-5
lines changed

1 file changed

+13
-5
lines changed

src/styles/_mixins/typography.scss

+13-5
Original file line numberDiff line numberDiff line change
@@ -126,36 +126,44 @@
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+
129137
color: $tc-black;
130138
font-size: 36px;
131139
line-height: 45px;
132140
}
133141

134-
@mixin tc-heading-lg {
142+
@mixin tc-heading-md {
135143
@include roboto-regular;
136144

137145
color: $tc-black;
138146
font-size: 28px;
139147
line-height: 35px;
140148
}
141149

142-
@mixin tc-heading-md {
150+
@mixin tc-heading-sm {
143151
@include roboto-regular;
144152

145153
color: $tc-black;
146154
font-size: 20px;
147-
line-height: 30px;
155+
line-height: 35px;
148156
}
149157

150-
@mixin tc-heading-sm {
158+
@mixin tc-heading-xs {
151159
@include roboto-bold;
152160

153161
color: $tc-black;
154162
font-size: 15px;
155163
line-height: 25px;
156164
}
157165

158-
@mixin tc-heading-xs {
166+
@mixin tc-heading-xxs {
159167
@include roboto-bold;
160168

161169
color: $tc-black;

0 commit comments

Comments
 (0)