Skip to content

Commit

Permalink
Add Font-Awesome fonts and point the css appropriately.
Browse files Browse the repository at this point in the history
  • Loading branch information
maxolasersquad committed Mar 8, 2014
1 parent 8144ce8 commit cbf6ae0
Show file tree
Hide file tree
Showing 6 changed files with 416 additions and 2 deletions.
4 changes: 2 additions & 2 deletions static/css/font-awesome.css
Expand Up @@ -6,8 +6,8 @@
* -------------------------- */
@font-face {
font-family: 'FontAwesome';
src: url('../fonts/fontawesome-webfont.eot?v=4.0.3');
src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.0.3') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff?v=4.0.3') format('woff'), url('../fonts/fontawesome-webfont.ttf?v=4.0.3') format('truetype'), url('../fonts/fontawesome-webfont.svg?v=4.0.3#fontawesomeregular') format('svg');
src: url('/static/fonts/fontawesome-webfont.eot?v=4.0.3');
src: url('/static/fonts/fontawesome-webfont.eot?#iefix&v=4.0.3') format('embedded-opentype'), url('/static/fonts/fontawesome-webfont.woff?v=4.0.3') format('woff'), url('/static/fonts/fontawesome-webfont.ttf?v=4.0.3') format('truetype'), url('/static/fonts/fontawesome-webfont.svg?v=4.0.3#fontawesomeregular') format('svg');
font-weight: normal;
font-style: normal;
}
Expand Down
Binary file added static/fonts/FontAwesome.otf
Binary file not shown.
Binary file added static/fonts/fontawesome-webfont.eot
Binary file not shown.
414 changes: 414 additions & 0 deletions static/fonts/fontawesome-webfont.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added static/fonts/fontawesome-webfont.ttf
Binary file not shown.
Binary file added static/fonts/fontawesome-webfont.woff
Binary file not shown.

0 comments on commit cbf6ae0

Please sign in to comment.