X-Git-Url: https://juplo.de/gitweb/?p=website;a=blobdiff_plain;f=src%2Fmain%2Fwebapp%2Fless%2Fbase%2Ftypo.less;h=2d6c284888489ecd9455f7e7ff54328267cd0071;hp=02993a3fb223eb249b5bfd212c5a016d4ced53bb;hb=78ee3ab05e409a12e30e6f439560ce279d669b40;hpb=7a8daa5c1039a23a04c6d48f3c430a82af8fec7b diff --git a/src/main/webapp/less/base/typo.less b/src/main/webapp/less/base/typo.less index 02993a3f..2d6c2848 100644 --- a/src/main/webapp/less/base/typo.less +++ b/src/main/webapp/less/base/typo.less @@ -4,17 +4,15 @@ body { - font-family: 'DroidSerif', 'Times New Roman', 'Palatino Linotype' , serif; + .droid; letter-spacing: 0; line-height: 1.5em; - padding: 1em 3em 1em 5em; + padding: 1em 2em 1em 3em; background-color: @hintergrund; } h1, h2, h3, h4, h5, h6 { - font-family: 'BPreplay', Helvetica, Arial, sans-serif; - letter-spacing: 0; - font-weight: bold; + .bpreplay; color: @normal; margin: 1em 0 .5em 0; /** 16px 0 8px 0 */ } @@ -100,6 +98,11 @@ pre { line-height: 1.2em; } +code +{ + font-size: 120%; /** Otherwise, the font-size will be 75%, though not specified so anywhere!! */ + line-height: 1.2em; +} hr { border: none;