Skip to content

Commit

Permalink
add source sans pro to linked header styles (#1042)
Browse files Browse the repository at this point in the history
  • Loading branch information
jamigibbs authored Jun 20, 2024
1 parent 77a9834 commit d2e22d2
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion packages/formation/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -82,34 +82,39 @@ h1 {
@include h1();
a {
@include h1();
font-family: $font-serif;
}
}

h2 {
@include h2();
a {
@include h2();
font-family: $font-serif;
}
}

h3 {
@include h3();
a {
@include h3();
font-family: $font-serif;
}
}

h4 {
@include h4();
a {
@include h4();
font-family: $font-serif;
}
}

h5 {
@include h5();
a {
@include h5();
font-family: $font-serif;
}
}

Expand Down

0 comments on commit d2e22d2

Please sign in to comment.