Problem/Motivation

Starter kit refers to a custom font in the `$ct-fonts` mapping at: `fonts/Roboto/Roboto-Regular.woff`
https://github.com/civictheme/monorepo-drupal/blob/develop/web/themes/co...

Actual path location is `assets/fonts/roboto/Roboto-Regular.woff` - note the difference in case in the roboto directory.

https://github.com/civictheme/monorepo-drupal/tree/develop/web/themes/co...

Previously, webpack was resolving the case difference and outputting the correct path.

Steps to reproduce

1. Build the starter-theme
2. Update the `$ct-fonts` to override primary so we can see Roboto on the website
3. rebuild assets / clear cache
4. Load Drupal and open network console
5. Roboto should now be missing from the site

Proposed resolution

1. Update the font directory at `civictheme/civictheme_starter_kit/assets/fonts/roboto` to be `civictheme/civictheme_starter_kit/assets/fonts/Roboto`

Comments

richardgaunt created an issue. See original summary.

fionamorrison23’s picture

Assigned: Unassigned » febdao
Issue tags: +civictheme-release-1.11
fionamorrison23’s picture

Version: 1.10.0 » 1.x-dev
fionamorrison23’s picture

fionamorrison23’s picture

fionamorrison23’s picture

Assigned: febdao » richardgaunt
Status: Active » Needs review
fionamorrison23’s picture

Assigned: richardgaunt » Unassigned
Status: Needs review » Reviewed & tested by the community
fionamorrison23’s picture

Version: 1.x-dev » 1.12.0
Status: Reviewed & tested by the community » Fixed

Now that this issue is closed, review the contribution record.

As a contributor, attribute any organization that helped you, or if you volunteered your own time.

Maintainers, credit people who helped resolve this issue.

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.