-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathstyle.css
40 lines (37 loc) · 878 Bytes
/
style.css
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
@font-face {
font-family: 'icomoon';
src:url('fonts/icomoon.eot?9ntdge');
src:url('fonts/icomoon.eot?#iefix9ntdge') format('embedded-opentype'),
url('fonts/icomoon.woff?9ntdge') format('woff'),
url('fonts/icomoon.ttf?9ntdge') format('truetype'),
url('fonts/icomoon.svg?9ntdge#icomoon') format('svg');
font-weight: normal;
font-style: normal;
}
[class^="icon-"], [class*=" icon-"] {
font-family: 'icomoon';
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-home:before {
content: "\e600";
}
.icon-coin:before {
content: "\e601";
}
.icon-users:before {
content: "\e602";
}
.icon-cancel-circle:before {
content: "\e603";
}
.icon-banknote:before {
content: "\e604";
}