@department-of-veterans-affairs/css-library 0.17.0 → 0.18.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/stylesheets/base/fonts.css +0 -1578
- package/dist/stylesheets/base/headings.css +1 -1
- package/dist/stylesheets/base/utils.css +1 -1
- package/dist/stylesheets/core.css +140 -1584
- package/dist/stylesheets/formation-overrides/elements/buttons.css +1 -1
- package/dist/stylesheets/formation-overrides/elements/inputs.css +1 -1
- package/dist/stylesheets/formation-overrides/elements/typography.css +2 -2
- package/dist/stylesheets/modules/m-emergency-banner.css +1 -1
- package/dist/stylesheets/modules/m-maintenance-banner.css +1 -1
- package/dist/stylesheets/modules/m-megamenu.css +2 -2
- package/dist/stylesheets/shame.css +1 -1
- package/dist/stylesheets/utilities.css +1 -1
- package/dist/tokens/css/variables.css +54 -116
- package/dist/tokens/json/variables.json +877 -1663
- package/dist/tokens/scss/variables.scss +54 -116
- package/package.json +1 -1
|
@@ -1470,7 +1470,7 @@ h1, h2, h3, h4, h5 {
|
|
|
1470
1470
|
}
|
|
1471
1471
|
|
|
1472
1472
|
h6 {
|
|
1473
|
-
font-family: "Source Sans Pro Web", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
|
|
1473
|
+
font-family: "Source Sans Pro Web", "Source Sans Pro", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
|
|
1474
1474
|
font-weight: 700;
|
|
1475
1475
|
}
|
|
1476
1476
|
|
|
@@ -131,7 +131,7 @@
|
|
|
131
131
|
font-weight: 400;
|
|
132
132
|
line-height: 1.5;
|
|
133
133
|
text-transform: uppercase;
|
|
134
|
-
font-family: "Source Sans Pro Web", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
|
|
134
|
+
font-family: "Source Sans Pro Web", "Source Sans Pro", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
|
|
135
135
|
}
|
|
136
136
|
|
|
137
137
|
/*# sourceMappingURL=utils.css.map */
|