Bug 247285 - [WinCairo] Material Symbols icon font isn't shown
Summary: [WinCairo] Material Symbols icon font isn't shown
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Platform (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on: 215318
Blocks:
  Show dependency treegraph
 
Reported: 2022-10-31 13:59 PDT by Fujii Hironori
Modified: 2023-03-08 18:15 PST (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Fujii Hironori 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
Comment 1 Fujii Hironori 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.
Comment 2 Fujii Hironori 2023-03-08 18:15:25 PST
Fixed by  261394@main.