LESS-Mixins eingeführt, um das Styling der Schriften zu vereinfachen
[website] / src / main / webapp / less / variables.less
index e2b4dcc..915003d 100644 (file)
@@ -6,6 +6,21 @@
 @nochdunkler: #077600;
 @hell:        #42E73A;
 @heller:      #6EE768;
+@sehrhell:    #CEF7C8;
 
 @schrift:     #000;
 @hintergrund: #FFF;
+
+
+/** Schriften */
+
+.droid ()
+{
+  font-family: 'DroidSerif', 'Times New Roman', 'Palatino Linotype' , serif;
+}
+
+.bpreplay ()
+{
+  font-family: 'BPreplay', Helvetica, Arial, sans-serif;
+  font-weight: bold;
+}