Skip to content

Commit

Permalink
fix fonts and set global styles
Browse files Browse the repository at this point in the history
  • Loading branch information
GeorgeGoodall committed Nov 22, 2023
1 parent e0c1e61 commit ae83d17
Show file tree
Hide file tree
Showing 6 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ const app = express()
app.use(hmpoLogger.middleware())

// add routing for static assets
app.use('/assets', express.static('./src/assets'))
app.use('/public', express.static('./public'))

// cookies and sessions (redis or elasticache should be used in a prod env)
Expand Down
Binary file added src/assets/fonts/bold-affa96571d-v2.woff
Binary file not shown.
Binary file added src/assets/fonts/bold-b542beb274-v2.woff2
Binary file not shown.
Binary file added src/assets/fonts/light-94a07e06a1-v2.woff2
Binary file not shown.
Binary file added src/assets/fonts/light-f591b13f7d-v2.woff
Binary file not shown.
2 changes: 2 additions & 0 deletions src/assets/scss/index.scss
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
$govuk-global-styles: true;

@import "node_modules/govuk-frontend/govuk/all";
@import "node_modules/@x-govuk/govuk-prototype-components/x-govuk/all";
@import "src/assets/scss/_scrollable-container.scss";
Expand Down

0 comments on commit ae83d17

Please sign in to comment.