Skip to content

Commit 1ffb5c9

Browse files
committed
Switch to design system typography class for header
1 parent 90b344f commit 1ffb5c9

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

client/app.css

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,10 +36,7 @@ html, body {
3636
}
3737

3838
.bespoke .header h1 {
39-
font-size: var(--Fonts-Body-Default-lg);
4039
margin: 0;
41-
font-weight: 600;
42-
font-family: var(--heading-family);
4340
color: var(--Colors-Text-Body-Strongest);
4441
}
4542

client/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
<body class="bespoke">
3636
<!-- Navigation Header -->
3737
<header class="header">
38-
<h1>CodeSignal CosmoPlot</h1>
38+
<h1 class="heading-small">CodeSignal CosmoPlot</h1>
3939
<div class="spacer"></div>
4040
<div id="status" class="status">Ready</div>
4141
<button id="btn-help" class="button button-text">Help</button>

0 commit comments

Comments
 (0)