Added icons for ledger

This commit is contained in:
Bryce Covert
2019-04-12 07:33:03 -07:00
parent 26de6cf486
commit 0f43d76924
8 changed files with 29 additions and 9 deletions

View File

@@ -1,10 +1,10 @@
@font-face {
font-family: 'icomoon';
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');
src: url('fonts/icomoon.eot?11wvur');
src: url('fonts/icomoon.eot?11wvur#iefix') format('embedded-opentype'),
url('fonts/icomoon.ttf?11wvur') format('truetype'),
url('fonts/icomoon.woff?11wvur') format('woff'),
url('fonts/icomoon.svg?11wvur#icomoon') format('svg');
font-weight: normal;
font-style: normal;
}
@@ -24,6 +24,9 @@
-moz-osx-font-smoothing: grayscale;
}
.icon-receipt:before {
content: "\e966";
}
.icon-performance-decrease-1:before {
content: "\e95f";
}