Re: [csswg-drafts] [css-fonts] Proposal to extend CSS font-optical-sizing (#4430)

@Lorp you proposed 

> * `font-optical-sizing: 0.5;` custom behaviour where 2px = 1 opsz unit, to “beef up” the text (e.g. in an accessibility mode for visually impaired end-users)

But if this "beefs up" the text, and

> * `font-optical-sizing: 2.0;` custom behaviour where 1px = 2 opsz units, to reduce the “beefiness” of the text (suitable for large devices)

is "to reduce", then should this be instead of an opsz:px ratio, a px:opsz ratio, eg

> * `font-optical-sizing: 0.5;` custom behaviour where 1px = 2 opsz units, to reduce the “beefiness” of the text (suitable for large devices)
> * `font-optical-sizing: 2.0;` custom behaviour where 2px = 1 opsz unit, to “beef up” the text (e.g. in an accessibility mode for visually impaired end-users)

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

Received on Thursday, 21 May 2020 19:05:18 UTC