mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-04-26 17:55:07 +02:00
Previously we applied the computation logic (i.e. deduplication and sorting of tags) at parse time
8 lines
467 B
Plaintext
8 lines
467 B
Plaintext
@font-face { font-family: "a1"; src: local("xyz"); }
|
|
@font-face { font-family: "b1"; font-feature-settings: "bbbb" 0, "aaaa", "zzzz", "yyyy" 3; }
|
|
@font-face { font-family: "b2"; font-feature-settings: "aaaa", "aaaa" 0, "aaaa" 3; }
|
|
@font-face { font-family: "c1"; font-stretch: extra-condensed; }
|
|
@font-face { font-family: "c2"; font-stretch: 50%; }
|
|
@font-face { font-family: "c3"; font-stretch: extra-condensed; }
|
|
@font-face { font-family: "c4"; font-stretch: 50%; }
|