My solution of webfonts problem

We could add some property to @font-face, eg.:

 @font-face
 {
  font-family: "SomeFont";
  src: url("font.ttf");
  shareable: yes; // yes || no
 }

-- 
Freyjkell

Received on Saturday, 19 April 2008 06:32:04 UTC