Von Linux Libertine auf Droid Serif umgestellt
[website] / src / main / webapp / css / base / fonts.css
index f9cbbd3..8262033 100644 (file)
     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;
+
 }