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
minimum test case: @font-face { font-family: "Test"; src: local(Test Test) }
@font-face { font-family: "Test"; src: local(Test Test) }
The text was updated successfully, but these errors were encountered:
It's also broken with local() for a slightly different reason.
local()
Sorry, something went wrong.
Fix the local(Test Test) syntax in @font-face src
1fd38bd
Related to #487.
a9a99f6
The first use case was broken when WeasyPrint was ported to tinycss2. The second one was broken since the beginning. Thanks for reporting!
No branches or pull requests
minimum test case:
@font-face { font-family: "Test"; src: local(Test Test) }
The text was updated successfully, but these errors were encountered: