Re: [csswg-drafts] [css-inline] Extend `text-box-edge` to support em-over/-under baselines and optionally support custom baselines (#9148)

I think [`@font-face`](https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face) could be used like this:

```
@font-face {
 /* ... description of font */
 ascent-override: 80%; /* this is just an example; it'd actually be deduced from what you want to remove the undesired spacing */
 descent-overrid: 90%; /* this is just an example; it'd actually be deduced from what you want to remove the undesired spacing */
}
```

-- 
GitHub Notification of comment by chrishtr
Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/9148#issuecomment-3407450483 using your GitHub account


-- 
Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config

Received on Wednesday, 15 October 2025 17:05:33 UTC