mirror of
https://github.com/Hopiu/django.git
synced 2026-03-21 16:30:25 +00:00
9 lines
284 B
CSS
9 lines
284 B
CSS
|
|
@font-face {
|
||
|
|
src: url('fonts/font.eot?#iefix') format('embedded-opentype'),
|
||
|
|
url('fonts/font.svg#webfontIyfZbseF') format('svg');
|
||
|
|
url('data:font/woff;charset=utf-8;base64,d09GRgABAAAAADJoAA0AAAAAR2QAAQAAAAAAAAAAAAA');
|
||
|
|
}
|
||
|
|
div {
|
||
|
|
behavior: url("#default#VML");
|
||
|
|
}
|