-
Notifications
You must be signed in to change notification settings - Fork 362
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 letter-spacing not working #228
Comments
Encountered the same problem and the log does not remind |
No, not currently supported. |
@danfickle |
danfickle
added a commit
that referenced
this issue
Jul 28, 2018
Limitations: + Can't use percent units. + Can't be used with text justification.
The CSS Limitations are:
Thanks everyone for requesting support. |
danfickle
added a commit
that referenced
this issue
Jul 29, 2018
So now supports different letter-spacing values at the inline level rather than just at the block level. Also supports a letter-spacing on the first-letter psuedo element.
Is there any alternative css style ? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hello,
I'm using following HTML:
Rendered by Chrome:
Rendered by HtmlToPdf:
Is letter-spacing not supported?
The text was updated successfully, but these errors were encountered: