bug: Adds whitespace to <wbr>
When using `<wbr />` to indicate a potential line break location for text flow, Work Sans treats this zero-width element as though it has width.
**Reproduction:**
* https://jsfiddle.net/r2tmp5ds/
You can click on the middle option to toggle whether the `<wbr>` is applied. When `<wbr>` has `display: none` it no longer functions as an indication for line break opportunities.
This issue does not occur in other fonts, from my testing. This can cause visual noise when toggling strings of text from having `<wbr>` to not having them.
6 条评论