Skip to content

fix(@angular-devkit/build-angular): resolve fonts with space in filename #13903

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Mar 13, 2019
Merged

fix(@angular-devkit/build-angular): resolve fonts with space in filename #13903

merged 2 commits into from
Mar 13, 2019

Conversation

alan-agius4
Copy link
Collaborator

At the moment the uri of the font instead of spaced it will be %20, hence we need to decode it first before trying to resolve it.

Fixes #9648

At the moment the uri of the font instead of spaced it will be `%20`, hence we need to decode it first before trying to resolve it.

Fixes #9648
@alan-agius4 alan-agius4 added the target: major This PR is targeted for the next major release label Mar 13, 2019
@alan-agius4
Copy link
Collaborator Author

Targeting master only as it's won't apply cleanly on the patch branch due to the new specs.

@alan-agius4 alan-agius4 requested a review from filipesilva March 13, 2019 15:21
…thand is used

At the moment when `font` shorthand property is used a warning is emitted when using this syntax
```
font: 10px "Font Awesome";
```

This should be addressed by clean-css

Fixes #9648
@vikerman vikerman merged commit f70b906 into angular:master Mar 13, 2019
@alan-agius4 alan-agius4 deleted the font-name-space branch March 13, 2019 20:59
@angular-automatic-lock-bot
Copy link

This issue has been automatically locked due to inactivity.
Please file a new issue if you are encountering a similar or related problem.

Read more about our automatic conversation locking policy.

This action has been performed automatically by a bot.

@angular-automatic-lock-bot angular-automatic-lock-bot bot locked and limited conversation to collaborators Sep 12, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
target: major This PR is targeted for the next major release
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1.7.0 fonts are corrupted after prod build
4 participants