X-Git-Url: https://juplo.de/gitweb/?p=website;a=blobdiff_plain;f=src%2Fmain%2Fwebapp%2Fless%2Fvariables.less;h=915003db2b6d1867b7f6e010fc38383ca5a2797b;hp=e2b4dcc6318c8c8eaa35a0e56ea7a8b5251206a8;hb=78ee3ab05e409a12e30e6f439560ce279d669b40;hpb=de5db62e28514298e5e7b776249fe5a90a14a8d6 diff --git a/src/main/webapp/less/variables.less b/src/main/webapp/less/variables.less index e2b4dcc6..915003db 100644 --- a/src/main/webapp/less/variables.less +++ b/src/main/webapp/less/variables.less @@ -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; +}