Skip to content

Commit

Permalink
PLANET-7126: Apply the new source sans pro typeface (#2052)
Browse files Browse the repository at this point in the history
Apply the new source sans pro typeface

- Mostly to body texts an carousel header description

Co-authored-by: Dan Tovbein <[email protected]>
  • Loading branch information
GP-Dan-Tovbein and dantovbein authored Jul 3, 2023
1 parent d73e651 commit a3a2e9f
Showing 1 changed file with 14 additions and 5 deletions.
19 changes: 14 additions & 5 deletions assets/src/scss/new-identity/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -205,6 +205,20 @@
--tl-timeline--font-family: var(--font-family-tertiary);
--enform--font-family: var(--font-family-tertiary);
--block-enform--text--font-family: var(--font-family-tertiary);
--block-articles--article--content--font-size: var(--font-size-m--font-family-secondary);
--body--font-family: var(--font-family-secondary);
--carousel-header--carousel-caption--main-header--p--font-family: var(--font-family-paragraph-primary);
--carousel-header--carousel-caption--main-header--p--font-weight: var(--font-weight-regular);
--carousel-header--carousel-caption--main-header--p--font-size: var(--font-size-m--font-family-secondary);
--carousel-header--carousel-caption--main-header--p--line-height: var(--line-height-m--font-family-secondary);
--carousel-header--carousel-caption--main-header--p--small-and-up--font-size: var(--font-size-m--font-family-secondary);
--carousel-header--carousel-caption--main-header--p--medium-and-up--font-size: var(--font-size-m--font-family-secondary);
--carousel-header--carousel-caption--main-header--p--medium-and-up--line-height: var(--line-height-m--font-family-secondary);
--carousel-header--carousel-caption--main-header--p--large-and-up--font-size: var(--font-size-xl--font-family-secondary);
--carousel-header--carousel-caption--main-header--p--x-large-and-up--font-size: var(--font-size-xl--font-family-secondary);
--carousel-header--carousel-caption--main-header--p--x-large-and-up--line-height: var(--line-height-xl--font-family-secondary);
--text--line-height: var(--line-height-m--font-family-secondary);
--text--x-large-and-up--line-height: var(--line-height-xl--font-family-secondary);
}

h1,
Expand Down Expand Up @@ -429,8 +443,3 @@ $palette: (
.article-list-item-headline {
font-family: var(--font-family-heading);
}

// Articles
.article-list-item-headline {
font-family: var(--font-family-heading);
}

0 comments on commit a3a2e9f

Please sign in to comment.