X-Git-Url: https://juplo.de/gitweb/?p=website;a=blobdiff_plain;f=src%2Fmain%2Fwebapp%2Fless%2Fbase%2Ftypo.less;h=a8d2add4218ed8fe0a0560880617f8fba98dfe71;hp=98cc8ab9b41dee7af131e6447881b6559034b225;hb=98959d7288268c8c3b7f062ac343058c4bd60c57;hpb=040b5123c7405df3e2b55d94092c45355b735c64 diff --git a/src/main/webapp/less/base/typo.less b/src/main/webapp/less/base/typo.less index 98cc8ab9..a8d2add4 100644 --- a/src/main/webapp/less/base/typo.less +++ b/src/main/webapp/less/base/typo.less @@ -4,26 +4,24 @@ body { - font-family: 'DroidSerif', 'Times New Roman', 'Palatino Linotype' , serif; + .droid; letter-spacing: 0; line-height: 1.5em; - padding: 1em 2em 1em 3em; + padding: .5em 1em 1em 1.5em; 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 */ } h1 { - font-size: 187.5%; /** 30 px */ - line-height: 1em; /** 30px */ - padding: 0 0 .4em 0; /** 0 0 12px 0 */ - margin: 1em 0 .3em 0; /** 30px 0 9px 0 */ + font-size: 125%; /** 20 px */ + line-height: 1em; /** 20px */ + padding: 0 0 .4em 0; /** 0 0 8px 0 */ + margin: 1em 0 .3em 0; /** 20px 0 6px 0 */ } h2 {