X-Git-Url: https://juplo.de/gitweb/?p=website;a=blobdiff_plain;f=src%2Fmain%2Fwebapp%2Fless%2Fbase%2Ftypo.less;h=2d6c284888489ecd9455f7e7ff54328267cd0071;hp=98cc8ab9b41dee7af131e6447881b6559034b225;hb=78ee3ab05e409a12e30e6f439560ce279d669b40;hpb=336ae665a166ad08f594c85e092ee57d7e65ba28 diff --git a/src/main/webapp/less/base/typo.less b/src/main/webapp/less/base/typo.less index 98cc8ab9..2d6c2848 100644 --- a/src/main/webapp/less/base/typo.less +++ b/src/main/webapp/less/base/typo.less @@ -4,7 +4,7 @@ body { - font-family: 'DroidSerif', 'Times New Roman', 'Palatino Linotype' , serif; + .droid; letter-spacing: 0; line-height: 1.5em; padding: 1em 2em 1em 3em; @@ -12,9 +12,7 @@ body } 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 */ }