[haiku-bugs] [Haiku] #16717: Webpositive / WebKit not honoring CSS @font-face

  • From: "Haiku" <trac@xxxxxxxxxxxx>
  • To: undisclosed-recipients: ;
  • Date: Mon, 04 Jan 2021 17:52:08 -0000

#16717: Webpositive / WebKit not honoring CSS @font-face
--------------------------------------+-----------------------------
 Reporter:  kallisti5                 |       Owner:  pulkomandy
     Type:  bug                       |      Status:  new
 Priority:  normal                    |   Milestone:  Unscheduled
Component:  Applications/WebPositive  |     Version:  R1/Development
 Keywords:                            |  Blocked By:
 Blocking:                            |    Platform:  All
--------------------------------------+-----------------------------
 Noticing a lot of icons missing on various websites. It seems a common
 tatic is for a site to provide it's own TTF icon, then render symbols /
 icons from it.

 Example:
   https://mx.dal1.terarocket.io , icons don't show up in WebPositive.

 The reason is WebPositive doesn't pull the font's in question specified by
 the CSS:
 {{{
 @font-face {
   font-family: "rainloop";
   src:url("fonts/rainloop.eot");
   src:url("fonts/rainloop.eot?#iefix") format("embedded-opentype"),
     url("fonts/rainloop.woff") format("woff"),
     url("fonts/rainloop.ttf") format("truetype"),
     url("fonts/rainloop.svg#rainloop") format("svg");
   font-weight: normal;
   font-style: normal;
 }
 }}}

 A workaround exists of installing font's which contain these unicode
 icons.
-- 
Ticket URL: <https://dev.haiku-os.org/ticket/16717>
Haiku <https://dev.haiku-os.org>
The Haiku operating system.

Other related posts: