Use check icon instead of unicode character
This commit is contained in:
@ -1,10 +1,10 @@
|
||||
@font-face {
|
||||
font-family: 'icomoon';
|
||||
src: url('fonts/icomoon.eot?ouoizu');
|
||||
src: url('fonts/icomoon.eot?ouoizu#iefix') format('embedded-opentype'),
|
||||
url('fonts/icomoon.ttf?ouoizu') format('truetype'),
|
||||
url('fonts/icomoon.woff?ouoizu') format('woff'),
|
||||
url('fonts/icomoon.svg?ouoizu#icomoon') format('svg');
|
||||
src: url('fonts/icomoon.eot?aeb2zb');
|
||||
src: url('fonts/icomoon.eot?aeb2zb#iefix') format('embedded-opentype'),
|
||||
url('fonts/icomoon.ttf?aeb2zb') format('truetype'),
|
||||
url('fonts/icomoon.woff?aeb2zb') format('woff'),
|
||||
url('fonts/icomoon.svg?aeb2zb#icomoon') format('svg');
|
||||
font-weight: normal;
|
||||
font-style: normal;
|
||||
font-display: block;
|
||||
@ -25,6 +25,9 @@
|
||||
-moz-osx-font-smoothing: grayscale;
|
||||
}
|
||||
|
||||
.icon-check:before {
|
||||
content: "\e917";
|
||||
}
|
||||
.icon-dots-three:before {
|
||||
content: "\e916";
|
||||
}
|
||||
|
Reference in New Issue
Block a user