csswg/css3-regions/fonts/Droid-Serif-fontfacekit stylesheet.css,1.1,1.2

Update of /sources/public/csswg/css3-regions/fonts/Droid-Serif-fontfacekit
In directory hutz:/tmp/cvs-serv13575/Droid-Serif-fontfacekit

Modified Files:
	stylesheet.css 
Log Message:
Updated the stylesheet.css file to properly reference font files for different weights/styles.

Index: stylesheet.css
===================================================================
RCS file: /sources/public/csswg/css3-regions/fonts/Droid-Serif-fontfacekit/stylesheet.css,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- stylesheet.css	28 Nov 2011 20:37:06 -0000	1.1
+++ stylesheet.css	15 Feb 2012 19:46:03 -0000	1.2
@@ -50,3 +50,51 @@
 
 }
 
+@font-face {
+    font-family: 'DroidSerif';
+    src: url('DroidSerif-Regular-webfont.eot');
+    src: url('DroidSerif-Regular-webfont.eot?#iefix') format('embedded-opentype'),
+         url('DroidSerif-Regular-webfont.woff') format('woff'),
+         url('DroidSerif-Regular-webfont.ttf') format('truetype'),
+         url('DroidSerif-Regular-webfont.svg#DroidSerifRegular') format('svg');
+    font-weight: normal;
+    font-style: normal;
+
+}
+
+@font-face {
+    font-family: 'DroidSerif';
+    src: url('DroidSerif-Italic-webfont.eot');
+    src: url('DroidSerif-Italic-webfont.eot?#iefix') format('embedded-opentype'),
+         url('DroidSerif-Italic-webfont.woff') format('woff'),
+         url('DroidSerif-Italic-webfont.ttf') format('truetype'),
+         url('DroidSerif-Italic-webfont.svg#DroidSerifItalic') format('svg');
+    font-weight: normal;
+    font-style: italic;
+
+}
+
+@font-face {
+    font-family: 'DroidSerif';
+    src: url('DroidSerif-Bold-webfont.eot');
+    src: url('DroidSerif-Bold-webfont.eot?#iefix') format('embedded-opentype'),
+         url('DroidSerif-Bold-webfont.woff') format('woff'),
+         url('DroidSerif-Bold-webfont.ttf') format('truetype'),
+         url('DroidSerif-Bold-webfont.svg#DroidSerifBold') format('svg');
+    font-weight: bold;
+    font-style: normal;
+
+}
+
+@font-face {
+    font-family: 'DroidSerif';
+    src: url('DroidSerif-BoldItalic-webfont.eot');
+    src: url('DroidSerif-BoldItalic-webfont.eot?#iefix') format('embedded-opentype'),
+         url('DroidSerif-BoldItalic-webfont.woff') format('woff'),
+         url('DroidSerif-BoldItalic-webfont.ttf') format('truetype'),
+         url('DroidSerif-BoldItalic-webfont.svg#DroidSerifBoldItalic') format('svg');
+    font-weight: bold;
+    font-style: italic;
+
+}
+

Received on Wednesday, 15 February 2012 19:46:07 UTC