Skip to content

Commit

Permalink
removed unused font from css
Browse files Browse the repository at this point in the history
  • Loading branch information
spacedevin committed Apr 17, 2012
1 parent 6fe1fd7 commit 7fff78c
Showing 1 changed file with 1 addition and 15 deletions.
16 changes: 1 addition & 15 deletions wowstat/Resources/css/style.css
@@ -1,18 +1,4 @@


@font-face {
font-family: 'ChunkFive';
src: url('/font/Chunkfive-webfont.eot');
src: url('/font/Chunkfive-webfont.eot?#iefix') format('embedded-opentype'),
url('/font/Chunkfive-webfont.woff') format('woff'),
url('/font/Chunkfive-webfont.ttf') format('truetype'),
url('/font/Chunkfive-webfont.svg#ChunkFiveRegular') format('svg');
font-weight: normal;
font-style: normal;

}


:focus {
outline: none;
}
Expand Down Expand Up @@ -59,7 +45,7 @@ input, select, button {
input[type="text"] {
width: 280px;
padding: 3px;
background: #e6e6e6;
background: rgba(0,0,0,.05);
}

#browse {
Expand Down

0 comments on commit 7fff78c

Please sign in to comment.