Add setup slide for fastzero demo.
[libguestfs-talks.git] / 2019-kvm-forum / style.css
index fe3b65b..4795690 100644 (file)
@@ -5,8 +5,8 @@ body {
     background-position: 98% 0;
     /* font-size: 28pt; */ /* For max */
     font-size: 20pt; /* For 1024x768 */
-    /* font-family: liberation, helvetica; */
-    font-family: helvetica;
+    font-family: Red Hat Text, liberation, helvetica;
+    /* font-family: helvetica; */
 
     /* Can be used to scale the whole document. */
     /*transform: translate(-10%,-10%) scale(0.75,0.75);*/
@@ -241,3 +241,12 @@ span.warning {
     background-color: yellow;
     font-weight: bold;
 }
+
+/* Attribution for artwork etc. */
+p.attribution {
+    position: absolute;
+    right: 10px;
+    bottom: 10px;
+    text-align: right;
+    font-size: 10pt;
+}