Added @font-face to css
[mediagoblin.git] / 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;