Skip to content

Commit

Permalink
Merge branch 'main' into cc/live-blog-sign-ups
Browse files Browse the repository at this point in the history
  • Loading branch information
charleycampbell committed Jun 18, 2024
2 parents 2940304 + c0868b5 commit 55415cc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions dotcom-rendering/src/components/ArticleHeadline.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ const decideHeadlineFont = (format: ArticleFormat) => {
case ArticleDesign.Obituary:
case ArticleDesign.Comment:
case ArticleDesign.Editorial:
case ArticleDesign.Letter:
return headlineLight50;
case ArticleDesign.Feature:
case ArticleDesign.Review:
Expand All @@ -65,6 +66,7 @@ const decideHeadlineFont = (format: ArticleFormat) => {
case ArticleDesign.Obituary:
case ArticleDesign.Comment:
case ArticleDesign.Editorial:
case ArticleDesign.Letter:
return headlineLight34;
case ArticleDesign.Feature:
case ArticleDesign.Review:
Expand Down
2 changes: 2 additions & 0 deletions dotcom-rendering/src/components/Standfirst.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@ const decideFont = ({ display, design, theme }: ArticleFormat) => {
switch (design) {
case ArticleDesign.Obituary:
case ArticleDesign.Comment:
case ArticleDesign.Letter:
case ArticleDesign.Editorial: {
switch (display) {
case ArticleDisplay.Immersive:
Expand Down Expand Up @@ -157,6 +158,7 @@ const decideFont = ({ display, design, theme }: ArticleFormat) => {
const decidePadding = ({ display, design }: ArticleFormat) => {
switch (design) {
case ArticleDesign.Obituary:
case ArticleDesign.Letter:
case ArticleDesign.Comment:
case ArticleDesign.Editorial: {
switch (display) {
Expand Down

0 comments on commit 55415cc

Please sign in to comment.