- From: Adam Prescott <adam@aprescott.com>
- Date: Tue, 5 Mar 2013 22:25:33 +0000
- To: "Tab Atkins Jr." <jackalmage@gmail.com>
- Cc: John Daggett <jdaggett@mozilla.com>, www-style list <www-style@w3.org>
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