-
Notifications
You must be signed in to change notification settings - Fork 34
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Apply the new Source Sans 3 typeface
- Consolidate font sizes, font-family and line-height - Blocks included: * Links: Contextual navigation links, footer links, breadcrumbs * Forms: Inputs, small paragraphs, checkbox label * Comments Block: Inputs, short paragraphs, checkbox label and replies * Card text description * Footer copyright text * Meta information: Author's name, date and article's read time * Author Block * Cookies box
- Loading branch information
1 parent
694df2f
commit f6317d2
Showing
12 changed files
with
188 additions
and
33 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
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,15 @@ | ||
$bucket: "https://www.greenpeace.org/static/planet4-assets/"; | ||
|
||
$fonts: ( | ||
#{$font-family-source-sans-3}, | ||
#{$font-family-source-sans-3-bold}, | ||
#{$font-family-source-sans-3-semibold}, | ||
); | ||
|
||
@each $font in $fonts { | ||
@font-face { | ||
font-family: #{$font}; | ||
font-display: swap; | ||
src: url(#{$bucket} + #{$font} + ".woff2") format("woff2"); | ||
} | ||
} |
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 |
---|---|---|
|
@@ -49,8 +49,10 @@ | |
} | ||
|
||
#gdpr-comments-label { | ||
_-- { | ||
font-size: 14px; | ||
} | ||
display: inline-block; | ||
font-size: 14px; | ||
} | ||
} | ||
|
||
|
Oops, something went wrong.