Skip to content

Commit 8544bef

Browse files
committed
Update typography-link mixin font family and font name on variables partial
1 parent 0c8654f commit 8544bef

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

styles/_typography.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
}
3636

3737
@mixin typography-link {
38-
font-family: $font-family-secondary;
38+
font-family: $font-family-primary;
3939
font-size: $font-size-xs;
4040
font-weight: $font-weight-regular;
4141
line-height: $line-height-sm;

styles/_variables.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ $extra-large-breakpoint: 2560px;
1313
// Font Tokens
1414
// Font Family
1515
$font-family-primary: 'Assistant', sans-serif;
16-
$font-family-secondary: 'Opens Sans', sans-serif;
16+
$font-family-secondary: 'Open Sans', sans-serif;
1717

1818
// Font Size
1919
$font-size-xs: 1.25rem; // 20px

0 commit comments

Comments
 (0)