-
Notifications
You must be signed in to change notification settings - Fork 12k
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
CSS google font import breaks ng-serve in Angular 12 #20975
Comments
P.s. even if you set the path for the css file as a
|
Perfect. Thanks @alan-agius4. |
This issue has been automatically locked due to inactivity. Read more about our automatic conversation locking policy. This action has been performed automatically by a bot. |
🐞 Bug report
Command (mark with an
x
)Is this a regression?
Worked in
11.2.3
Description
When serving the application, Google fonts with multiple weights in the url breaks serve.
🔬 Minimal Reproduction
Add the following:
angular.json (has to be an object literal)
some_path_to_style.css (no other content)
Example of a URL that doesn't break it:
Or change the object literal to a simple string in the
angular.json
works but defeats the point why we use it 😊🔥 Exception or Error
It was only because it hangs in the VSCODE JS Debug Terminal during
sealing
that I came across this https://stackoverflow.com/questions/65537399/angular-11-stuck-on-generating-browser-application-bundles-phase-building - there is no more information to that great error message 😂🌍 Your Environment
Anything else relevant?
The text was updated successfully, but these errors were encountered: