DioxusLabs/blitz

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

オープン

#184 opened on 2025/02/02

 (1 件のコメント) (0 件のリアクション) (0 人の担当者)Rust (152 件のフォーク)github user discovery
good first issue

Repository metrics

Stars
 (3,639 個のスター)
PR merge metrics
 (平均マージ 7h 25m) (30d で 50 merged PRs)

説明

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..

コントリビューターガイド