X-Git-Url: https://juplo.de/gitweb/?p=website;a=blobdiff_plain;f=src%2Fmain%2Fwebapp%2Fcss%2Fbase%2Ffonts.css;h=8262033a89bcf7589a448fe70670b0f79b4f227d;hp=f9cbbd3d1bb303c875e2dc5d8ff73113881e2b7b;hb=9722924386a9b3aadd407915b8296f95f2562245;hpb=c9ad3b4040b832b3b0f37e62a011939332d379a7 diff --git a/src/main/webapp/css/base/fonts.css b/src/main/webapp/css/base/fonts.css index f9cbbd3d..8262033a 100644 --- a/src/main/webapp/css/base/fonts.css +++ b/src/main/webapp/css/base/fonts.css @@ -46,51 +46,55 @@ font-style: italic; } -font-face +@font-face { - font-family: 'LinuxLibertineO'; - src: url('../../fonts/LinLibertine_R-webfont.eot'); - src: url('../../fonts/LinLibertine_R-webfont.eot?#iefix') format('embedded-opentype'), - url('../../fonts/LinLibertine_R-webfont.woff') format('woff'), - url('../../fonts/LinLibertine_R-webfont.ttf') format('truetype'), - url('../../fonts/LinLibertine_R-webfont.svg#LinuxLibertineORegular') format('svg'); + font-family: 'DroidSerif'; + src: url('../../fonts/DroidSerif-Regular-webfont.eot'); + src: url('../../fonts/DroidSerif-Regular-webfont.eot?#iefix') format('embedded-opentype'), + url('../../fonts/DroidSerif-Regular-webfont.woff') format('woff'), + url('../../fonts/DroidSerif-Regular-webfont.ttf') format('truetype'), + url('../../fonts/DroidSerif-Regular-webfont.svg#DroidSerifRegular') format('svg'); font-weight: normal; font-style: normal; + } @font-face { - font-family: 'LinuxLibertineO'; - src: url('../../fonts/LinLibertine_RI-webfont.eot'); - src: url('../../fonts/LinLibertine_RI-webfont.eot?#iefix') format('embedded-opentype'), - url('../../fonts/LinLibertine_RI-webfont.woff') format('woff'), - url('../../fonts/LinLibertine_RI-webfont.ttf') format('truetype'), - url('../../fonts/LinLibertine_RI-webfont.svg#LinuxLibertineOItalic') format('svg'); + font-family: 'DroidSerif'; + src: url('../../fonts/DroidSerif-Italic-webfont.eot'); + src: url('../../fonts/DroidSerif-Italic-webfont.eot?#iefix') format('embedded-opentype'), + url('../../fonts/DroidSerif-Italic-webfont.woff') format('woff'), + url('../../fonts/DroidSerif-Italic-webfont.ttf') format('truetype'), + url('../../fonts/DroidSerif-Italic-webfont.svg#DroidSerifItalic') format('svg'); font-weight: normal; font-style: italic; + } @font-face { - font-family: 'LinuxLibertineO'; - src: url('../../fonts/LinLibertine_RB-webfont.eot'); - src: url('../../fonts/LinLibertine_RB-webfont.eot?#iefix') format('embedded-opentype'), - url('../../fonts/LinLibertine_RB-webfont.woff') format('woff'), - url('../../fonts/LinLibertine_RB-webfont.ttf') format('truetype'), - url('../../fonts/LinLibertine_RB-webfont.svg#LinuxLibertineOBold') format('svg'); + font-family: 'DroidSerif'; + src: url('../../fonts/DroidSerif-Bold-webfont.eot'); + src: url('../../fonts/DroidSerif-Bold-webfont.eot?#iefix') format('embedded-opentype'), + url('../../fonts/DroidSerif-Bold-webfont.woff') format('woff'), + url('../../fonts/DroidSerif-Bold-webfont.ttf') format('truetype'), + url('../../fonts/DroidSerif-Bold-webfont.svg#DroidSerifBold') format('svg'); font-weight: bold; font-style: normal; + } @font-face { - font-family: 'LinuxLibertineO'; - src: url('../../fonts/LinLibertine_RBI-webfont.eot'); - src: url('../../fonts/LinLibertine_RBI-webfont.eot?#iefix') format('embedded-opentype'), - url('../../fonts/LinLibertine_RBI-webfont.woff') format('woff'), - url('../../fonts/LinLibertine_RBI-webfont.ttf') format('truetype'), - url('../../fonts/LinLibertine_RBI-webfont.svg#LinuxLibertineOBoldItalic') format('svg'); + font-family: 'DroidSerif'; + src: url('../../fonts/DroidSerif-BoldItalic-webfont.eot'); + src: url('../../fonts/DroidSerif-BoldItalic-webfont.eot?#iefix') format('embedded-opentype'), + url('../../fonts/DroidSerif-BoldItalic-webfont.woff') format('woff'), + url('../../fonts/DroidSerif-BoldItalic-webfont.ttf') format('truetype'), + url('../../fonts/DroidSerif-BoldItalic-webfont.svg#DroidSerifBoldItalic') format('svg'); font-weight: bold; font-style: italic; + }