From 00e10883f813ff2230b879aef58a30520ac5a176 Mon Sep 17 00:00:00 2001 From: raylu Date: Sun, 24 Jul 2011 21:50:33 -0700 Subject: get rid of that silly font note that the filename didn't match the @font-face previously --- webroot/css/COLLEGIA.ttf | Bin 103940 -> 0 bytes webroot/css/ribbon.css | 6 ------ 2 files changed, 6 deletions(-) delete mode 100755 webroot/css/COLLEGIA.ttf (limited to 'webroot') diff --git a/webroot/css/COLLEGIA.ttf b/webroot/css/COLLEGIA.ttf deleted file mode 100755 index 3245a69..0000000 Binary files a/webroot/css/COLLEGIA.ttf and /dev/null differ 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; -- cgit v1.2.3