DioxusLabs/blitz
Implement `font-feature-settings` and `font-variation-settings` properties
开放
#184 创建于 2025年2月2日
good first issue
仓库指标
- 星标
- (3,639 个星标)
- PR 合并指标
- (平均合并 7小时 25分钟) (30 天内合并 50 个 PR)
描述
Both of these CSS properties are:
- Supported by Stylo, but that support is currently disabled in servo builds of Stylo
- Support by Parley
The format that Stylo computes and the format that Parley accepts are pretty much identical (but may need some trivial conversion), so we just need to enable the properties in Stylo and then plug them into Parley..