From fcc9aa0230cc11bd1edd024aa07d5251a65c5906 Mon Sep 17 00:00:00 2001 From: Brian Miyaji Date: Mon, 31 Mar 2014 02:33:09 +1100 Subject: [PATCH] Delete unused stylesheet --- assets/css/themeboy.css | 31 ------------------------------- 1 file changed, 31 deletions(-) delete mode 100755 assets/css/themeboy.css diff --git a/assets/css/themeboy.css b/assets/css/themeboy.css deleted file mode 100755 index dcabbdfe..00000000 --- a/assets/css/themeboy.css +++ /dev/null @@ -1,31 +0,0 @@ -@font-face { - font-family: 'themeboy'; - src:url('../fonts/themeboy.eot'); - src:url('../fonts/themeboy.eot?#iefix') format('embedded-opentype'), - url('../fonts/themeboy.woff') format('woff'), - url('../fonts/themeboy.ttf') format('truetype'), - url('../fonts/themeboy.svg#themeboy') format('svg'); - font-weight: normal; - font-style: normal; -} - -[class^="icon-"], [class*=" icon-"] { - font-family: 'themeboy'; - speak: none; - font-style: normal; - font-weight: normal; - font-variant: normal; - text-transform: none; - line-height: 1; - - /* Better Font Rendering =========== */ - -webkit-font-smoothing: antialiased; - -moz-osx-font-smoothing: grayscale; -} - -.icon-themeboy:before { - content: "\e600"; -} -.icon-themeboy-alt:before { - content: "\e601"; -}