profit and loss icon

This commit is contained in:
Bryce Covert
2019-04-11 23:48:31 -07:00
parent 6ab9d89dfd
commit 3dd8f09961
8 changed files with 148 additions and 8 deletions

View File

@@ -1,10 +1,10 @@
@font-face {
font-family: 'icomoon';
src: url('fonts/icomoon.eot?hut0vm');
src: url('fonts/icomoon.eot?hut0vm#iefix') format('embedded-opentype'),
url('fonts/icomoon.ttf?hut0vm') format('truetype'),
url('fonts/icomoon.woff?hut0vm') format('woff'),
url('fonts/icomoon.svg?hut0vm#icomoon') format('svg');
src: url('fonts/icomoon.eot?oxh15z');
src: url('fonts/icomoon.eot?oxh15z#iefix') format('embedded-opentype'),
url('fonts/icomoon.ttf?oxh15z') format('truetype'),
url('fonts/icomoon.woff?oxh15z') format('woff'),
url('fonts/icomoon.svg?oxh15z#icomoon') format('svg');
font-weight: normal;
font-style: normal;
}
@@ -24,6 +24,27 @@
-moz-osx-font-smoothing: grayscale;
}
.icon-performance-decrease-1:before {
content: "\e95f";
}
.icon-performance-decrease:before {
content: "\e960";
}
.icon-performance-graph-calculator:before {
content: "\e961";
}
.icon-performance-increase-1:before {
content: "\e962";
}
.icon-performance-increase-2:before {
content: "\e963";
}
.icon-performance-increase-mail:before {
content: "\e964";
}
.icon-performance-increase:before {
content: "\e965";
}
.icon-bin-2:before {
content: "\e95e";
}