Re: Downloadable fonts and image replacement

Dave Raggett wrote:

[...]

 >  font-family: url(TSCu_Comic.ttf), "TSCu_Comic", sans-serif;

would this not be more likely to be

 >  font-family: "TSCu_Comic", url(TSCu_Comic.ttf), sans-serif;

with the semantics "First look for a resident copy of "TSCu_Comic",
then try to download one if there is no resident copy, and finally
fall back on the browser sans font if the download fails or is not
supported ?  I cannot see why one might want your ordering in
99.9% of cases.

Philip Taylor

Received on Tuesday, 25 April 2006 15:18:23 UTC