use regular png images for navigation
[wolnelektury.git] / apps / wolnelektury_core / static / css / base.css
index 64c5de1..5c29ef0 100755 (executable)
@@ -1,15 +1,3 @@
-/* Logo font */
-@font-face {
-    /* IE version */
-    font-family: WL-Nav;
-    src: url(/static/fonts/WL-Nav.eot);
-}
-@font-face {
-  font-family: WL-Nav;
-  src: url(/static/fonts/WL-Nav.ttf) format("truetype");
-}
-
-
 html {
     margin: 0;
     padding: 0;
@@ -131,8 +119,7 @@ h2 {
 
 .theme-list-link:after {
     padding-left: 1em;
-    content: "↓";
-    font-family: WL-Nav;
+    content: url("/static/img/arrow-teal.png");
     vertical-align: middle;
 }
 .theme-list-link {