fix broken publishing\
[wolnelektury.git] / wolnelektury / static / css / base.css
index 067d9fd..35aed2e 100755 (executable)
@@ -1,3 +1,15 @@
+/* Logo font */
+@font-face {
+    /* IE version */
+    font-family: WL-Logo;
+    src: url(/static/fonts/WL.eot);
+}
+@font-face {
+  font-family: WL-Nav;
+  src: url(/static/fonts/WL-Nav.ttf) format("truetype");
+}
+
+
 html {
     margin: 0;
     padding: 0;