gecko-dev/servo
Emilio Cobos Álvarez 3b4c3ed152 Bug 1739464 - Use first generic rather than only generic to determine fallback font family. r=jfkthame
This seems like more sensible behavior. We have another use of
only_generic(), but that affects font sizing and other browsers agree
with us there:

  <div style="font-family: monospace">Should be 13px</div>
  <div style="font-family: something, monospace">Should be 16px</div>

So not touching that one.

Differential Revision: https://phabricator.services.mozilla.com/D130732
2021-11-11 17:48:55 +00:00
..
components Bug 1739464 - Use first generic rather than only generic to determine fallback font family. r=jfkthame 2021-11-11 17:48:55 +00:00
ports/geckolib Bug 1739464 - Use first generic rather than only generic to determine fallback font family. r=jfkthame 2021-11-11 17:48:55 +00:00
tests/unit Bug 1728617 - Tweak at-rule parsing APIs to support cascade layers. r=boris 2021-09-03 09:26:10 +00:00
moz.build
rustfmt.toml