DioxusLabs/blitz

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

Offen

#184 geöffnet am 02.02.2025

 (1 Kommentar) (0 Reaktionen) (0 zugewiesene Personen)Rust (152 Forks)github user discovery
good first issue

Repository-Metriken

Stars
 (3.639 Sterne)
PR-Merge-Metriken
 (Durchschn. Merge 7h 25m) (50 gemergte PRs in 30 T)

Beschreibung

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

Contributor Guide