fix format hint in testing fonts stylesheet

This commit is contained in:
John Daggett 2009-02-18 15:30:18 +09:00
Родитель 2f25e4d199
Коммит b304b224eb
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -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");
}