Re: Downloadable fonts and image replacement

Håkon Wium Lie wrote:
>
> So, something like this:
> 
>    .company { 
>      font-family: url(fonts/company.svg), url(img/company.svg), 
>         url(img/companty.png), url(fonts/goodfish.zip), "Impact", serif;
>    }

I think we'd be better off with a generic method of specifying fallback
URLs so they can be used on other properties like background. e.g.
   property: url(foo,bar,baz);

~fantasai

Received on Monday, 1 May 2006 02:53:45 UTC