diff options
-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; |