DioxusLabs/blitz

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

Aberta

#184 aberto em 2 de fev. de 2025

 (1 comentário) (0 reação) (0 responsável)Rust (152 forks)github user discovery
good first issue

Métricas do repositório

Stars
 (3.639 estrelas)
Métricas de merge de PR
 (Mesclagem média 7h 25m) (50 fundiu PRs em 30d)

Description

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

Guia do colaborador