]> Shamusworld >> Repos - ardour-manual/blobdiff - source/css/screen.css
Font improvement to the manual
[ardour-manual] / source / css / screen.css
index 6cd3e256f55f30d5443790e14d3b76cd41426457..acc41d039429d2236848d61b60582b7d884c405d 100644 (file)
@@ -1,3 +1,15 @@
+@font-face {
+    font-family: 'junge-regular';
+    src: url('../css/junge-regular-webfont.ttf')  format('truetype');
+    font-weight: normal;
+    font-style: normal;
+}
+
+body {
+  font-family: 'junge-regular';
+  font-size: 16px;
+}
+
 
 .clear {
   clear:both;
@@ -241,5 +253,3 @@ kbd.cmd {
 #content p.section { padding-left: 6em; }
 #content p.subsection { padding-left: 8em; }
 
-/* for images sliced in divs, as in http://manual.ardour.org/ardours-interface/about/ */
-.hoverimg:hover{ z-index:100; box-shadow: 0 0 .2em .2em lightgreen; }