LESS-Mixins eingeführt, um das Styling der Schriften zu vereinfachen
[website] / src / main / webapp / less / base / typo.less
index 98cc8ab..2d6c284 100644 (file)
@@ -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 */
 }