Re: [css3-fonts] @font-face font-family names used in other @font-face rules

On 5 March 2013 22:22, Tab Atkins Jr. <jackalmage@gmail.com> wrote:
> Referring back to my earlier emails, you can always "override" a
> particular style/weight/stretch/unicode-range for a given font name
> with a new font, by just defining a new @font-face with the same
> 'font-family' descriptor.

Without giving a src in the second @font-face? In an earlier email I
tried this very thing:

   @import url(http://fonts.googleapis.com/css?family=Wendy+One);

    @font-face {
      font-family: "Wendy One";
      unicode-range: U+26;
    }

I believe you yourself said that without src this wasn't valid.

Perhaps I'm missing something obvious?

Received on Tuesday, 5 March 2013 22:26:20 UTC