Opened 3 years ago

Closed 3 years ago

#16717 closed bug (duplicate)

Webpositive / WebKit not honoring CSS @font-face

Reported by: kallisti5 Owned by: pulkomandy
Priority: normal Milestone: Unscheduled
Component: Applications/WebPositive Version: R1/Development
Keywords: Cc:
Blocked By: #13361 Blocking:
Platform: All

Description

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.

Change History (1)

comment:1 by pulkomandy, 3 years ago

Blocked By: 13361 added
Resolution: duplicate
Status: newclosed
Note: See TracTickets for help on using tickets.