Re: [csswg-drafts] [css-fonts-4] font-display: optional without relayout (#4108)

I feel like there are two different use cases where we want to avoid relayout and extra rendering latency:
- The font is really important and likely already cached. Try the best to use it before rendering with fallback
- The font is good-to-have but optional. Use it only when it's immediately available, but don't try too hard

The latest spec revision seems to solve the latter. Should we introduce something like `font-display: try-hard` for the former?

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

Received on Friday, 10 January 2020 20:17:18 UTC