RESOLVED FIXED 247285
[WinCairo] Material Symbols icon font isn't shown
https://bugs.webkit.org/show_bug.cgi?id=247285
Summary [WinCairo] Material Symbols icon font isn't shown
Fujii Hironori
Reported 2022-10-31 13:59:20 PDT
WinCairo can't show Material Symbols icon font while AppleWin can show it. https://fonts.google.com/icons See also: Bug 201213 – [Win] Material icons font aren't shown because ligature doesn't work
Attachments
Fujii Hironori
Comment 1 2022-10-31 14:33:35 PDT
With Safari's User-Agent, WinCairo MiniBrowser downloads woff2 font and it can show the icons. With the default User-Agent of WinCairo MiniBrowser, it gets a ttf font. It has to take the complex text code path for the font (bug#215318). Adding text-rendering:geometricPrecision CSS property is a easy hack to enable the complex text code path.
Fujii Hironori
Comment 2 2023-03-08 18:15:25 PST
Fixed by 261394@main.
Note You need to log in before you can comment on or make changes to this bug.