Skip to content

Commit

Permalink
Add new icon Silders (#40)
Browse files Browse the repository at this point in the history
Add new icon Silders
  • Loading branch information
mt-roberto authored Nov 13, 2019
2 parents dcdd952 + dccde70 commit d8a32a4
Show file tree
Hide file tree
Showing 23 changed files with 345 additions and 896 deletions.
14 changes: 9 additions & 5 deletions css/style.css
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
@font-face {
font-family: 'mt-web-icons';
src: url('fonts/mt-web-icons.eot?c4af2d');
src: url('fonts/mt-web-icons.eot?c4af2d#iefix') format('embedded-opentype'),
url('fonts/mt-web-icons.ttf?c4af2d') format('truetype'),
url('fonts/mt-web-icons.woff?c4af2d') format('woff'),
url('fonts/mt-web-icons.svg?c4af2d#mt-web-icons') format('svg');
src: url('fonts/mt-web-icons.eot?q5waqe');
src: url('fonts/mt-web-icons.eot?q5waqe#iefix') format('embedded-opentype'),
url('fonts/mt-web-icons.ttf?q5waqe') format('truetype'),
url('fonts/mt-web-icons.woff?q5waqe') format('woff'),
url('fonts/mt-web-icons.svg?q5waqe#mt-web-icons') format('svg');
font-weight: normal;
font-style: normal;
font-display: block;
}

[class^="mt-"], [class*=" mt-"] {
Expand All @@ -24,6 +25,9 @@
-moz-osx-font-smoothing: grayscale;
}

.mt-sliders:before {
content: "\e90d";
}
.mt-advertising_expense:before {
content: "\e92a";
}
Expand Down
Binary file modified fonts/mt-web-icons.eot
Binary file not shown.
1 change: 1 addition & 0 deletions fonts/mt-web-icons.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 modified fonts/mt-web-icons.ttf
Binary file not shown.
Binary file modified fonts/mt-web-icons.woff
Binary file not shown.
Loading

0 comments on commit d8a32a4

Please sign in to comment.