mirror of
https://github.com/django/django.git
synced 2025-10-31 09:41:08 +00:00
Fixed syntax of CSS file used in tests.
This commit is contained in:
@@ -1,7 +1,8 @@
|
||||
@font-face {
|
||||
font-family: "test";
|
||||
src: url('fonts/font.eot?#iefix') format('embedded-opentype'),
|
||||
url('fonts/font.svg#webfontIyfZbseF') format('svg');
|
||||
url('fonts/font.svg#path/to/../../fonts/font.svg') format('svg');
|
||||
url('fonts/font.svg#webfontIyfZbseF') format('svg'),
|
||||
url('fonts/font.svg#path/to/../../fonts/font.svg') format('svg'),
|
||||
url('data:font/woff;charset=utf-8;base64,d09GRgABAAAAADJoAA0AAAAAR2QAAQAAAAAAAAAAAAA');
|
||||
}
|
||||
div {
|
||||
|
||||
Reference in New Issue
Block a user