|
|
@@ -53,8 +53,11 @@
|
|
53
|
53
|
*/
|
|
54
|
54
|
@font-face {
|
|
55
|
55
|
font-family: 'FontAwesome';
|
|
56
|
|
- src: url('/static/oscar/fonts/fontawesome-webfont.eot');
|
|
57
|
|
- src: url('/static/oscar/fonts/fontawesome-webfont.eot?#iefix') format('embedded-opentype'), url('/static/oscar/fonts/fontawesome-webfont.woff') format('woff'), url('/static/oscar/fonts/fontawesome-webfont.ttf') format('truetype'), url('/static/oscar/fonts/fontawesome-webfont.svg#FontAwesome') format('svg');
|
|
|
56
|
+ src: url('../fonts/fontawesome-webfont.eot');
|
|
|
57
|
+ src: url('../fonts/fontawesome-webfont.eot?#iefix') format('embedded-opentype'),
|
|
|
58
|
+ url('../fonts/fontawesome-webfont.woff') format('woff'),
|
|
|
59
|
+ url('../fonts/fontawesome-webfont.ttf') format('truetype'),
|
|
|
60
|
+ url('../fonts/fontawesome-webfont.svg#FontAwesome') format('svg');
|
|
58
|
61
|
font-weight: normal;
|
|
59
|
62
|
font-style: normal;
|
|
60
|
63
|
}
|