[haiku-bugs] [Haiku] #12862: WebPositive does not handle font fallbacks properly

  • From: "waddlesplash" <trac@xxxxxxxxxxxx>
  • Date: Sat, 16 Jul 2016 17:52:21 -0000

#12862: WebPositive does not handle font fallbacks properly
--------------------------------------+------------------------------
 Reporter:  waddlesplash              |        Owner:  pulkomandy
     Type:  bug                       |       Status:  new
 Priority:  normal                    |    Milestone:  Unscheduled
Component:  Applications/WebPositive  |      Version:  R1/Development
 Keywords:                            |   Blocked By:
 Blocking:                            |  Has a Patch:  0
 Platform:  All                       |
--------------------------------------+------------------------------
 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.

--
Ticket URL: <https://dev.haiku-os.org/ticket/12862>
Haiku <https://dev.haiku-os.org>
Haiku - the operating system.

Other related posts:

  • » [haiku-bugs] [Haiku] #12862: WebPositive does not handle font fallbacks properly - waddlesplash