Re: [csswg-drafts] [css-fonts-4] font-stretch is unfortunately named (#551)

28% of pages include a `font-stretch` declaration. 22% of pages use `font-stretch` as a `@font-face` descriptor, 8% of pages declare it as a property in a style rule (some pages use it both ways).

17% of pages include a `font-stretch` declaration served by the Google Fonts CDN, `fonts.googleapis.com`, all of which are `@font-face` descriptors. That makes up about 60% of pages that use it at all and 78% of all pages that use it in `@font-face` rules.

88% of `font-stretch` declarations have a value of `100%`. 11% of declarations have a value of `normal`. Here's a table comparing usage of all keyword values, including `100%` for comparison:

value | % of usage | % of pages | # pages
-- | -- | -- | --
100% | 88.3% | 18.2% | 5,286,325
normal | 11.3% | 11.7% | 3,389,997
expanded | 0.0% | 0.2% | 58,958
inherit | 0.0% | 0.2% | 49,132
condensed | 0.1% | 0.2% | 45,043
initial | 0.0% | 0.0% | 7,910
ultra-condensed | 0.0% | 0.0% | 5,306
semi-expanded | 0.0% | 0.0% | 4,439
semi-condensed | 0.0% | 0.0% | 3,545
ultra-expanded | 0.0% | 0.0% | 3,085
extra-condensed | 0.0% | 0.0% | 2,692
extra-expanded | 0.0% | 0.0% | 1,851
unset | 0.0% | 0.0% | 977
revert | 0.0% | 0.0% | 5
revert-layer | 0.0% | 0.0% | 0

-- 
GitHub Notification of comment by rviscomi
Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/551#issuecomment-1320364496 using your GitHub account


-- 
Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config

Received on Friday, 18 November 2022 18:10:42 UTC