Closed btglr closed 3 years ago
This explains a lot
Under the devtools, what is the "platform" attribute set to on the body tag?
Under the devtools, what is the "platform" attribute set to on the body tag?
It's set to Linux x86_64. I also just installed the font and the problem is still present.
I just pushed a commit to test this out, give it a try.
Fixed! That was quick haha. Thank you!
Describe the bug Words are spaced out way too much.
To Reproduce Steps to reproduce the behavior:
html
selector with thefont-family
property"Apple Color Emoji","SF Pro","SF Pro Icons","Helvetica Neue",Helvetica,Arial,sans-serif
Expected behavior Words are spaced out normally.
Screenshots
Environment Information
Additional context Changing the
font-family
property from-apple-system,BlinkMacSystemFont,"Apple Color Emoji","SF Pro","SF Pro Icons","Helvetica Neue",Helvetica,Arial,sans-serif
to-apple-system,BlinkMacSystemFont,"SF Pro","SF Pro Icons","Helvetica Neue",Helvetica,Arial,sans-serif
fixed the problem in my case:Have you followed the troubleshooting guide and checked for any outstanding/pinned issues that can help? Troubleshooting guide can be found here. Yes