From 9ab31f1290a2457f3afbeada61f9421711bbf162 Mon Sep 17 00:00:00 2001 From: Andy Cochran Date: Fri, 20 Dec 2024 18:17:48 -0500 Subject: [PATCH] swap all serif fonts to sans --- frontend/src/app/[locale]/process/ProcessIntro.tsx | 6 ++---- frontend/src/app/[locale]/research/ResearchImpact.tsx | 2 +- frontend/src/app/[locale]/research/ResearchIntro.tsx | 4 +--- frontend/src/components/search/SearchCallToAction.tsx | 2 +- frontend/src/components/search/SearchResultsListItem.tsx | 2 +- frontend/src/styles/_uswds-theme.scss | 1 + 6 files changed, 7 insertions(+), 10 deletions(-) diff --git a/frontend/src/app/[locale]/process/ProcessIntro.tsx b/frontend/src/app/[locale]/process/ProcessIntro.tsx index da57481b2..50a0ddf54 100644 --- a/frontend/src/app/[locale]/process/ProcessIntro.tsx +++ b/frontend/src/app/[locale]/process/ProcessIntro.tsx @@ -17,9 +17,7 @@ const ProcessIntro = () => { > -

- {t("intro.content")} -

+

{t("intro.content")}

@@ -36,7 +34,7 @@ const ProcessIntro = () => { tabletLg={{ col: 4 }} >
-

{title}

+

{title}

{content}

diff --git a/frontend/src/app/[locale]/research/ResearchImpact.tsx b/frontend/src/app/[locale]/research/ResearchImpact.tsx index e5123dca1..19307cdde 100644 --- a/frontend/src/app/[locale]/research/ResearchImpact.tsx +++ b/frontend/src/app/[locale]/research/ResearchImpact.tsx @@ -38,7 +38,7 @@ const ResearchImpact = () => { tabletLg={{ col: 4 }} >
-

{title}

+

{title}

{content}

diff --git a/frontend/src/app/[locale]/research/ResearchIntro.tsx b/frontend/src/app/[locale]/research/ResearchIntro.tsx index 3f5fd3a14..f6fd54ae8 100644 --- a/frontend/src/app/[locale]/research/ResearchIntro.tsx +++ b/frontend/src/app/[locale]/research/ResearchIntro.tsx @@ -14,9 +14,7 @@ const ResearchIntro = () => { bottomBorder="light" > -

- {t("intro.content")} -

+

{t("intro.content")}

); diff --git a/frontend/src/components/search/SearchCallToAction.tsx b/frontend/src/components/search/SearchCallToAction.tsx index 35e16e73c..b48d7e323 100644 --- a/frontend/src/components/search/SearchCallToAction.tsx +++ b/frontend/src/components/search/SearchCallToAction.tsx @@ -12,7 +12,7 @@ const SearchCallToAction: React.FC = () => {

{t("callToAction.title")}

-

+

{t.rich("callToAction.description", { mail: (chunks) => {chunks}, })} diff --git a/frontend/src/components/search/SearchResultsListItem.tsx b/frontend/src/components/search/SearchResultsListItem.tsx index 651891d86..315605063 100644 --- a/frontend/src/components/search/SearchResultsListItem.tsx +++ b/frontend/src/components/search/SearchResultsListItem.tsx @@ -43,7 +43,7 @@ export default function SearchResultsListItem({

-

+