diff --git a/packages/components/psammead-caption/src/__snapshots__/index.test.jsx.snap b/packages/components/psammead-caption/src/__snapshots__/index.test.jsx.snap index 557f394946..28836c2cb6 100644 --- a/packages/components/psammead-caption/src/__snapshots__/index.test.jsx.snap +++ b/packages/components/psammead-caption/src/__snapshots__/index.test.jsx.snap @@ -92,7 +92,7 @@ exports[`Caption should render with some offscreen text and arabic script typogr font-size: 1.0625rem; line-height: 1.5rem; color: #6E6E73; - font-family: NassimPersian,Arial,Verdana,Geneva,Helvetica,sans-serif; + font-family: "BBC Nassim Persian",Arial,Verdana,Geneva,Helvetica,sans-serif; font-weight: 400; font-style: normal; padding: 0.5rem 0.5rem 0; diff --git a/packages/components/psammead-story-promo-list/src/__snapshots__/index.test.jsx.snap b/packages/components/psammead-story-promo-list/src/__snapshots__/index.test.jsx.snap index 4242b77868..124b0047aa 100644 --- a/packages/components/psammead-story-promo-list/src/__snapshots__/index.test.jsx.snap +++ b/packages/components/psammead-story-promo-list/src/__snapshots__/index.test.jsx.snap @@ -67,7 +67,7 @@ exports[`StoryPromo list should render correctly 1`] = ` padding: 0; } -@supports (display:grid) { +@supports (grid-template-columns:fit-content(200px)) { .c2 { display: grid; grid-template-columns: repeat(6,1fr); @@ -81,7 +81,7 @@ exports[`StoryPromo list should render correctly 1`] = ` } } -@supports (display:grid) { +@supports (grid-template-columns:fit-content(200px)) { .c3 { display: block; width: initial; @@ -157,7 +157,7 @@ exports[`StoryPromo list should render correctly 1`] = ` } } -@supports (display:grid) { +@supports (grid-template-columns:fit-content(200px)) { .c5 { display: block; width: initial;