Skip to content

Commit 08617de

Browse files
Fix header logo font
1 parent 50ee541 commit 08617de

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

  • app/assets/stylesheets/marketing_redesign/components

app/assets/stylesheets/marketing_redesign/components/_header.css

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@ header {
55
padding: var(--space--base) Max(var(--space--base), (100% - var(--container--large)) / 2);
66
font-family: var(--font-family--heading);
77
font-size: var(--font-size--ui);
8-
font-weight: var(--font-weight--extrabold);
98

109
.logo {
1110
font-family: var(--font-family--body);
11+
font-size: var(--font-size--body);
1212

1313
svg {
1414
height: var(--font-size--300);
@@ -19,6 +19,7 @@ header {
1919

2020
nav {
2121
flex-grow: 1;
22+
font-weight: var(--font-weight--extrabold);
2223

2324
ul {
2425
--color--link: var(--color--header-link);

0 commit comments

Comments
 (0)