-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
adds functionality for the responsive tokens
- Loading branch information
Showing
10 changed files
with
305 additions
and
304 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,45 @@ | ||
:root { | ||
--wds-text-heading-brand-xxl: 700 2rem/1.6 Wellcome, “Wellcome-Bold”, sans-serif; | ||
--wds-text-heading-brand-xl: 700 1.5rem/1.6 Wellcome, “Wellcome-Bold”, sans-serif; | ||
--wds-text-heading-brand-lg: 700 1.375rem/1.6 Wellcome, “Wellcome-Bold”, sans-serif; | ||
--wds-text-heading-brand-md: 700 1.125rem/1.6 Wellcome, “Wellcome-Bold”, sans-serif; | ||
--wds-text-heading-brand-sm: 700 1rem/1.6 Wellcome, “Wellcome-Bold”, sans-serif; | ||
--wds-text-heading-brand-xs: 700 0.875rem/1.6 Wellcome, “Wellcome-Bold”, sans-serif; | ||
--wds-text-heading-xl: 500 1.5rem/1.6 Inter, sans-serif; | ||
--wds-text-heading-lg: 500 1.375rem/1.6 Inter, sans-serif; | ||
--wds-text-heading-md: 500 1.125rem/1.6 Inter, sans-serif; | ||
--wds-text-heading-sm: 500 1rem/1.6 Inter, sans-serif; | ||
--wds-text-heading-xs: 500 0.875rem/1.6 Inter, sans-serif; | ||
} | ||
|
||
@media (min-width: 1024px) { | ||
:root { | ||
--wds-text-heading-brand-xxl: 700 2.125rem/1.6 Wellcome, “Wellcome-Bold”, sans-serif; | ||
--wds-text-heading-brand-xl: 700 1.75rem/1.6 Wellcome, “Wellcome-Bold”, sans-serif; | ||
--wds-text-heading-brand-lg: 700 1.375rem/1.6 Wellcome, “Wellcome-Bold”, sans-serif; | ||
--wds-text-heading-brand-md: 700 1.125rem/1.6 Wellcome, “Wellcome-Bold”, sans-serif; | ||
--wds-text-heading-brand-sm: 700 1rem/1.6 Wellcome, “Wellcome-Bold”, sans-serif; | ||
--wds-text-heading-brand-xs: 700 0.875rem/1.6 Wellcome, “Wellcome-Bold”, sans-serif; | ||
--wds-text-heading-xl: 500 1.75rem/1.6 Inter, sans-serif; | ||
--wds-text-heading-lg: 500 1.375rem/1.6 Inter, sans-serif; | ||
--wds-text-heading-md: 500 1.125rem/1.6 Inter, sans-serif; | ||
--wds-text-heading-sm: 500 1rem/1.6 Inter, sans-serif; | ||
--wds-text-heading-xs: 500 0.875rem/1.6 Inter, sans-serif; | ||
} | ||
} | ||
|
||
@media (min-width: 1440px) { | ||
:root { | ||
--wds-text-heading-brand-xxl: 700 2.5rem/1.6 Wellcome, “Wellcome-Bold”, sans-serif; | ||
--wds-text-heading-brand-xl: 700 2rem/1.6 Wellcome, “Wellcome-Bold”, sans-serif; | ||
--wds-text-heading-brand-lg: 700 1.5rem/1.6 Wellcome, “Wellcome-Bold”, sans-serif; | ||
--wds-text-heading-brand-md: 700 1.25rem/1.6 Wellcome, “Wellcome-Bold”, sans-serif; | ||
--wds-text-heading-brand-sm: 700 1rem/1.6 Wellcome, “Wellcome-Bold”, sans-serif; | ||
--wds-text-heading-brand-xs: 700 0.875rem/1.6 Wellcome, “Wellcome-Bold”, sans-serif; | ||
--wds-text-heading-xl: 500 2rem/1.6 Inter, sans-serif; | ||
--wds-text-heading-lg: 500 1.5rem/1.6 Inter, sans-serif; | ||
--wds-text-heading-md: 500 1.25rem/1.6 Inter, sans-serif; | ||
--wds-text-heading-sm: 500 1rem/1.6 Inter, sans-serif; | ||
--wds-text-heading-xs: 500 0.875rem/1.6 Inter, sans-serif; | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.