Add some new hooks in the API (goToSlide, fix various bugs)
[hacks/simpleWebSlides.git] / themes / webTwoPointO.css
index c1c06ec..9f8cecb 100644 (file)
@@ -1,10 +1,13 @@
 @import url(https://fonts.googleapis.com/css?family=Armata&subset=latin,latin-ext);
-
+@import url(https://fonts.googleapis.com/css?family=Inconsolata:400,700&subset=latin,latin-ext);
 /* Default document properties */
 body {
     font-family: 'Armata',sans-serif;
     font-size: 18pt;
 }
+code {
+    font-family: 'Inconsolata', monospace;
+}
 
 /* The slide should be positioned w.r.t. to the canvas.
    The canvas takes up the whole window in screen mode and a
@@ -49,7 +52,11 @@ ul {
         color: #f14a29;
 
     }
-    a,em {
+    em {
+        color: #f14a29;
+        font-style:normal;
+    }
+    a {
         color: #0092bf;
         text-decoration:none;
         font-style:normal;