Skip to content

Commit f29e69c

Browse files
calvin-lau-sig7owenatgov
authored andcommitted
Update font and image asset file paths
Remove link in inset text Remove slashes
1 parent 0cc90e0 commit f29e69c

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

source/import-font-and-images-assets/index.html.md.erb

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,12 +28,13 @@ If you decide to copy the assets instead, copy the:
2828
- `/node_modules/govuk-frontend/dist/govuk/assets/images` folder to `<YOUR-APP>/assets/images`
2929
- `/node_modules/govuk-frontend/dist/govuk/assets/fonts` folder to `<YOUR-APP>/assets/fonts`
3030
- `/node_modules/govuk-frontend/dist/govuk/assets/manifest.json` file to `<YOUR-APP>/assets`
31+
- `/node_modules/govuk-frontend/dist/govuk/assets/rebrand folder` to `<YOUR-APP>/assets/rebrand`
3132

3233
You should use an automated task or your build pipeline to copy the files, so your project folder stays up to date when we update GOV.UK Frontend.
3334

3435
### If you have your own folder structure
3536

36-
If you use a different folder structure than `<YOUR-APP>/assets/images` and `<YOUR-APP>/assets/fonts`, you can set Sass variables so that Sass builds the CSS to point to your folders.
37+
If you use a different folder structure than `<YOUR-APP>/assets/images`, `<YOUR-APP>/assets/fonts` and `<YOUR-APP>/assets/rebrand`, you can set Sass variables so that Sass builds the CSS to point to your folders.
3738

3839
Set one of the following before the `@import` line in your Sass file:
3940

0 commit comments

Comments
 (0)