X-Git-Url: https://juplo.de/gitweb/?p=website;a=blobdiff_plain;f=src%2Fmain%2Fwebapp%2Fless%2Fbase%2Ffonts.less;h=4dbd7ed0513d6b436441a09ebeb95948f6ce246a;hp=8262033a89bcf7589a448fe70670b0f79b4f227d;hb=3ea5433e253f38361dc690ce63ae73273f4a10a2;hpb=459d09ec97de255e322c373b0ac776a992cccf64 diff --git a/src/main/webapp/less/base/fonts.less b/src/main/webapp/less/base/fonts.less index 8262033a..4dbd7ed0 100644 --- a/src/main/webapp/less/base/fonts.less +++ b/src/main/webapp/less/base/fonts.less @@ -98,3 +98,15 @@ } +@font-face +{ + font-family: 'symbols'; + src: url('../../fonts/symbols.eot'); + src: url('../../fonts/symbols.eot?#iefix') format('embedded-opentype'), + url('../../fonts/symbols.woff') format('woff'), + url('../../fonts/symbols.ttf') format('truetype'), + url('../../fonts/symbols.svg#symbols') format('svg'); + font-weight: normal; + font-style: normal; +} +