Skip to content
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

Parsing fails for font imports with multiple weights due to CSSOM parser issue #122

Open
RahulLanjewar93 opened this issue Jan 31, 2023 · 1 comment

Comments

@RahulLanjewar93
Copy link

RahulLanjewar93 commented Jan 31, 2023

CSSOM doesn't expect ; inside import statements.
However while importing fonts we can have multiple weights, where in we will have to use the ;.

In this case, the parsing fails.
Have attached the issue link below. The workaround is also mentioned in the thread for whoever is facing this issue.
NV/CSSOM#116

@RahulLanjewar93 RahulLanjewar93 changed the title Module not found error when parsing html. Parsing fails for font imports with multiple weights due to CSSOM parser issue Feb 1, 2023
@RahulLanjewar93
Copy link
Author

@jonkemp @kylemac if there's a known issue section, maybe we can add this there.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant