Skip to content

Commit

Permalink
Added some fonts
Browse files Browse the repository at this point in the history
  • Loading branch information
cbdavide committed Oct 9, 2017
1 parent eec2a20 commit 48b1fce
Show file tree
Hide file tree
Showing 5 changed files with 58 additions and 0 deletions.
Binary file added app/static/css/fonts/icomoon.eot
Binary file not shown.
14 changes: 14 additions & 0 deletions app/static/css/fonts/icomoon.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added app/static/css/fonts/icomoon.ttf
Binary file not shown.
Binary file added app/static/css/fonts/icomoon.woff
Binary file not shown.
44 changes: 44 additions & 0 deletions app/static/css/icons.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,44 @@
@font-face {
font-family: 'icomoon';
src: url('fonts/icomoon.eot?ahj4ty');
src: url('fonts/icomoon.eot?ahj4ty#iefix') format('embedded-opentype'),
url('fonts/icomoon.ttf?ahj4ty') format('truetype'),
url('fonts/icomoon.woff?ahj4ty') format('woff'),
url('fonts/icomoon.svg?ahj4ty#icomoon') format('svg');
font-weight: normal;
font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
/* use !important to prevent issues with browser extensions that change fonts */
font-family: 'icomoon' !important;
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-minus:before {
content: "\e901";
}
.icon-plus:before {
content: "\e900";
}
.icon-add:before {
content: "\e900";
}
.icon-sum:before {
content: "\e900";
}
.icon-cogs:before {
content: "\e995";
}
.icon-checkmark:before {
content: "\ea10";
}

0 comments on commit 48b1fce

Please sign in to comment.