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; } }