Added @font-face to css
authorJef van Schendel <jefvanschendel@gmail.com>
Fri, 13 May 2011 20:34:35 +0000 (15:34 -0500)
committerChristopher Allan Webber <cwebber@dustycloud.org>
Fri, 13 May 2011 20:34:35 +0000 (15:34 -0500)
mediagoblin/static/css/base.css
mediagoblin/static/css/base.css~

index 3b6abd3e19da67e553e01d3dee76cf86fb3e8147..169394d0eb68cb345e5e22f88ca670a9e682a86e 100644 (file)
@@ -7,6 +7,17 @@ body {
     margin:0px;
 }
 
+/* Carter One font */
+
+@font-face {
+  font-family: 'Carter One';
+  font-style: normal;
+  font-weight: normal;
+  src: local('CarterOne'), url('http://themes.googleusercontent.com/font?kit=VjW2qt1pkqVtO22ObxgEBRsxEYwM7FgeyaSgU71cLG0') format('woff');
+}
+
+/* text styles */
+
 h1 {
     font-family: 'Carter One', arial, serif;
     margin-bottom: 20px;
index 3b6abd3e19da67e553e01d3dee76cf86fb3e8147..169394d0eb68cb345e5e22f88ca670a9e682a86e 100644 (file)
@@ -7,6 +7,17 @@ body {
     margin:0px;
 }
 
+/* Carter One font */
+
+@font-face {
+  font-family: 'Carter One';
+  font-style: normal;
+  font-weight: normal;
+  src: local('CarterOne'), url('http://themes.googleusercontent.com/font?kit=VjW2qt1pkqVtO22ObxgEBRsxEYwM7FgeyaSgU71cLG0') format('woff');
+}
+
+/* text styles */
+
 h1 {
     font-family: 'Carter One', arial, serif;
     margin-bottom: 20px;