Bug 247285
| Summary: | [WinCairo] Material Symbols icon font isn't shown | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Fujii Hironori <fujii.hironori> |
| Component: | Platform | Assignee: | Nobody <webkit-unassigned> |
| Status: | RESOLVED FIXED | ||
| Severity: | Normal | ||
| Priority: | P2 | ||
| Version: | WebKit Nightly Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| See Also: | https://bugs.webkit.org/show_bug.cgi?id=201213 | ||
| Bug Depends on: | 215318 | ||
| Bug Blocks: | |||
Fujii Hironori
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 | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Fujii Hironori
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
Fixed by 261394@main.