Skip to content

Commit

Permalink
Merge pull request #242 from GSA-TTS/staging
Browse files Browse the repository at this point in the history
Staging
  • Loading branch information
wesley-dean-gsa authored Sep 9, 2024
2 parents 3dca293 + ae8c561 commit d8d587b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
4 changes: 2 additions & 2 deletions _data/assetPaths.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
"admin.map": "/assets/js/admin-77FHK54G.js.map",
"app.js": "/assets/js/app-U5OIPSUD.js",
"app.map": "/assets/js/app-U5OIPSUD.js.map",
"styles.css": "/assets/styles/styles-JK64M7TT.css",
"styles.map": "/assets/styles/styles-JK64M7TT.css.map"
"styles.css": "/assets/styles/styles-FUAC23XZ.css",
"styles.map": "/assets/styles/styles-FUAC23XZ.css.map"
}
1 change: 0 additions & 1 deletion styles/styles.scss
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
$theme-show-notifications: false,
$theme-font-path: '../node_modules/@uswds/uswds/dist/fonts',
$theme-image-path: '../node_modules/@uswds/uswds/dist/img',
$theme-font-type-sans: 'public-sans'
);

@forward 'uswds';
Expand Down
2 changes: 1 addition & 1 deletion styles/tts-custom-styles.scss
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ h2,
h3,
h4,
h5 {
font-family: $theme-font-type-sans !important;
font-family: "Merriweather Web", "Georgia", "Cambria", "Times New Roman", "Times", serif !important;
}

.usa-identifier__logos img {
Expand Down

0 comments on commit d8d587b

Please sign in to comment.