fix format hint in testing fonts stylesheet

This commit is contained in:
John Daggett 2009-02-18 15:30:18 +09:00
parent ba731dee87
commit 2c69ff8692

View File

@ -30,5 +30,5 @@
@font-face {
font-family: Scheherazade;
src: url(ScheherazadeRegAAT.ttf) format(truetype-aat), url(ScheherazadeRegOT.ttf) format(opentype);
src: url(ScheherazadeRegAAT.ttf) format("truetype-aat"), url(ScheherazadeRegOT.ttf) format("opentype");
}