From d2e22d235c9a567ef1aff65bbab6e0bd148f48a9 Mon Sep 17 00:00:00 2001 From: Jami Gibbs Date: Thu, 20 Jun 2024 14:39:55 -0500 Subject: [PATCH] add source sans pro to linked header styles (#1042) --- packages/formation/package.json | 2 +- .../sass/formation-overrides/elements/_typography.scss | 5 +++++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/packages/formation/package.json b/packages/formation/package.json index 6b9cdae256..3a0d58eb80 100644 --- a/packages/formation/package.json +++ b/packages/formation/package.json @@ -1,6 +1,6 @@ { "name": "@department-of-veterans-affairs/formation", - "version": "11.0.8", + "version": "11.0.9", "description": "The VA design system", "keywords": [ "va", diff --git a/packages/formation/sass/formation-overrides/elements/_typography.scss b/packages/formation/sass/formation-overrides/elements/_typography.scss index 88d7ac7165..497f124c63 100644 --- a/packages/formation/sass/formation-overrides/elements/_typography.scss +++ b/packages/formation/sass/formation-overrides/elements/_typography.scss @@ -82,6 +82,7 @@ h1 { @include h1(); a { @include h1(); + font-family: $font-serif; } } @@ -89,6 +90,7 @@ h2 { @include h2(); a { @include h2(); + font-family: $font-serif; } } @@ -96,6 +98,7 @@ h3 { @include h3(); a { @include h3(); + font-family: $font-serif; } } @@ -103,6 +106,7 @@ h4 { @include h4(); a { @include h4(); + font-family: $font-serif; } } @@ -110,6 +114,7 @@ h5 { @include h5(); a { @include h5(); + font-family: $font-serif; } }