diff options
author | raylu <raylu@mixpanel.com> | 2011-07-24 21:50:33 -0700 |
---|---|---|
committer | raylu <raylu@mixpanel.com> | 2011-07-24 21:50:46 -0700 |
commit | 00e10883f813ff2230b879aef58a30520ac5a176 (patch) | |
tree | 45af4c7a5344d418b73a54c0882652c7ef23e663 /webroot/css/ribbon.css | |
parent | fe1c97b4556589d63658de27bf283a78293279af (diff) | |
download | otakuhub-00e10883f813ff2230b879aef58a30520ac5a176.tar.xz |
get rid of that silly font
note that the filename didn't match the @font-face previously
Diffstat (limited to 'webroot/css/ribbon.css')
-rw-r--r-- | webroot/css/ribbon.css | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/webroot/css/ribbon.css b/webroot/css/ribbon.css index 580b9d3..b4af918 100644 --- a/webroot/css/ribbon.css +++ b/webroot/css/ribbon.css @@ -1,8 +1,3 @@ -@font-face { - font-family: Collegiate; - src: url("Collegiate.ttf"); -} - .ribbon-holder { position: absolute; top: 0; @@ -24,7 +19,6 @@ } .ribbon { - font-family: Collegiate, sans-serif; letter-spacing: -.1px; opacity: 0.95; |