diff options
author | Jef van Schendel <jefvanschendel@gmail.com> | 2011-05-13 15:34:35 -0500 |
---|---|---|
committer | Christopher Allan Webber <cwebber@dustycloud.org> | 2011-05-13 15:34:35 -0500 |
commit | cb1e4a3d1f04ef9e7df47ec9ee6b075f264f57d6 (patch) | |
tree | 0045e380c8b22c3b70c4631646d9e3e1effac0a0 | |
parent | 4a0f823e51c575e10430be1a2f3c439eef23d06b (diff) | |
download | mediagoblin-cb1e4a3d1f04ef9e7df47ec9ee6b075f264f57d6.tar.lz mediagoblin-cb1e4a3d1f04ef9e7df47ec9ee6b075f264f57d6.tar.xz mediagoblin-cb1e4a3d1f04ef9e7df47ec9ee6b075f264f57d6.zip |
Added @font-face to css
-rw-r--r-- | mediagoblin/static/css/base.css | 11 | ||||
-rw-r--r-- | mediagoblin/static/css/base.css~ | 11 |
2 files changed, 22 insertions, 0 deletions
diff --git a/mediagoblin/static/css/base.css b/mediagoblin/static/css/base.css index 3b6abd3e..169394d0 100644 --- a/mediagoblin/static/css/base.css +++ b/mediagoblin/static/css/base.css @@ -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; diff --git a/mediagoblin/static/css/base.css~ b/mediagoblin/static/css/base.css~ index 3b6abd3e..169394d0 100644 --- a/mediagoblin/static/css/base.css~ +++ b/mediagoblin/static/css/base.css~ @@ -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; |