X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=source%2Fcss%2Fscreen.css;h=acc41d039429d2236848d61b60582b7d884c405d;hb=3e79e8cfcbb4a81e1762d13ce2b73a8d534cc63c;hp=6cd3e256f55f30d5443790e14d3b76cd41426457;hpb=2639f322ce092a285122d8a4bfb5297e883003de;p=ardour-manual diff --git a/source/css/screen.css b/source/css/screen.css index 6cd3e25..acc41d0 100644 --- a/source/css/screen.css +++ b/source/css/screen.css @@ -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; }