DioxusLabs/blitz

Implement `font-feature-settings` and `font-variation-settings` properties

開放

#184 建立於 2025年2月2日

 (1 則留言) (0 個反應) (0 位負責人)Rust (152 個分叉)github user discovery
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..

貢獻者指南