- From: 一丝 via GitHub <sysbot+gh@w3.org>
- Date: Wed, 23 Sep 2020 09:27:29 +0000
- To: public-css-archive@w3.org
 How to solve the punctuation marks, I tried to use unicode-range to cover the punctuation marks individually, and found that line-gap-override will take effect for the entire font. Advance-override can only control the right width of characters. Is this a bug in Chrome? Demo: https://codepen.io/yisi/pen/xxVmzOM ```css @font-face { font-family: 'STSongti-SC-Regular-punctuation'; advance-override: -0.4; src: local(STSongti-SC-Regular); unicode-range: U+b7; } ```  -- GitHub Notification of comment by yisibl Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/4792#issuecomment-697246842 using your GitHub account -- Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config
Received on Wednesday, 23 September 2020 09:27:32 UTC