[Webkit-unassigned] [Bug 177039] [FreeType] Font variations not working for some fonts declared with CSS @font-face

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Feb 15 09:26:14 PST 2023


https://bugs.webkit.org/show_bug.cgi?id=177039

Commenter25 <c at commenter.cc> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |c at commenter.cc

--- Comment #6 from Commenter25 <c at commenter.cc> ---
This still seems to have issues. Changing font-variation-settings directly appears to work, however, the standardized axis names such as "wght" and "wdth" do not map to the proper CSS shorthands. 

There are multiple examples on https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_Fonts/Variable_Fonts_Guide. Testing with Epiphany 44.beta-12-g103ea77fe+ (the latest canary build), anything other than font-variation-settings declarations do not work.

Another real world example is on https://design.ubuntu.com/font. The font tester changes the weight via an inline font-weight, but always displays the normal weight. If you manually add "font-variation-settings: 'wght' 900" in devtools, it will display the maximum boldness.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20230215/a6c063d1/attachment.htm>


More information about the webkit-unassigned mailing list