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