1
0
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:
Tom Carrick
2024-06-30 11:46:56 +02:00
committed by Sarah Boyce
parent b9098538a9
commit 7264d7f750
2 changed files with 4 additions and 3 deletions

View File

@@ -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 {