[Webkit-unassigned] [Bug 59073] Mathrubhumi site wont display properly on Safari, but works fine on Firefox

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Apr 20 21:43:48 PDT 2011


https://bugs.webkit.org/show_bug.cgi?id=59073





--- Comment #1 from BijuGC <biju.maillist at gmail.com>  2011-04-20 21:43:48 PST ---
Created an attachment (id=90489)
 --> (https://bugs.webkit.org/attachment.cgi?id=90489&action=review)
mathrubhumi_fx.png

I assume the culprit is the new CSS @font-face syntax

  @font-face {
    font-family: Meera;
    src: local('Meera'), url('/new09/Meera_04-2.ttf') format("truetype");
  }

There is no way to specify OS, 
and I just learned the *.tff supported by Linux and Windows 
may not be supported in Mac !!! Mac need its version

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list