X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=source%2Fcss%2Fcommon.css;h=98d12e580ef06f133d604085b912527012d245a9;hb=088646dc023ee75dedb3c19f2fab8a145b821eaa;hp=1accfc75e5b19ec11283ef51a88702e1f6362177;hpb=6b5f774be3b1a1d8d67e1edb7160fe4efff0fdb3;p=ardour-manual diff --git a/source/css/common.css b/source/css/common.css index 1accfc7..98d12e5 100644 --- a/source/css/common.css +++ b/source/css/common.css @@ -1,7 +1,6 @@ @font-face { font-family: 'junge-regular'; - src: url('junge-regular-webfont.woff') format('woff'), - url('junge-regular-webfont.ttf') format('truetype'); + src: url('../css/junge-regular-webfont.ttf') format('truetype'); font-weight: normal; font-style: normal; } @@ -78,11 +77,11 @@ kbd.option { } kbd.optoff:before { - content: url('/images/checkbox-unchecked.png'); + content: url('../images/checkbox-unchecked.png'); } kbd.option:before { - content: url('/images/checkbox-checked.png'); + content: url('../images/checkbox-checked.png'); } kbd.menu {