Opened 8 years ago

Last modified 3 months ago

#12862 new bug

Webkit does not handle font fallbacks properly

Reported by: waddlesplash Owned by: pulkomandy
Priority: normal Milestone: Unscheduled
Component: Kits/Web Kit Version: R1/Development
Keywords: Cc: nephele
Blocked By: #16527 Blocking:
Platform: All

Description

e.g. the link-button font at https://badssl.com/ is set to

font-family: "Source Code Pro", Monaco, Consolas, "Courier New", monospace, Impact;

Given that WebPositive properly uses DejaVu Sans Mono on pages where "font-family" is set to "monospace", I assume it's failing to load "Source Code Pro" and then falling back to "DejaVu Sans" instead of trying to load the others.

Change History (4)

comment:1 by bitigchi, 4 years ago

Blocked By: 16527 added

comment:2 by nephele, 4 years ago

Component: Applications/WebPositiveKits/Web Kit
Summary: WebPositive does not handle font fallbacks properlyWebkit does not handle font fallbacks properly

comment:3 by waddlesplash, 3 years ago

Better example, take a look at this page: https://www.w3schools.com/css/css_font_fallbacks.asp

Everything is in sans-serif, nothing is in serif or monospace.

comment:4 by nephele, 3 months ago

Cc: nephele added
Note: See TracTickets for help on using tickets.