-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathicons.css
57 lines (55 loc) · 1.21 KB
/
icons.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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
@font-face {
font-family: 'icomoon';
src:url('fonts/icomoon.eot');
src:url('fonts/icomoon.eot?#iefix') format('embedded-opentype'),
url('fonts/icomoon.svg#icomoon') format('svg'),
url('fonts/icomoon.woff') format('woff'),
url('fonts/icomoon.ttf') format('truetype');
font-weight: normal;
font-style: normal;
}
/* Use the following CSS code if you want to use data attributes for inserting your icons */
[data-icon]:before {
font-family: 'icomoon';
content: attr(data-icon);
speak: none;
font-weight: normal;
line-height: 1;
-webkit-font-smoothing: antialiased;
}
/* Use the following CSS code if you want to have a class per icon */
[class^="icon-"]:before, [class*=" icon-"]:before {
font-family: 'icomoon';
font-style: normal;
speak: none;
font-weight: normal;
line-height: 1;
-webkit-font-smoothing: antialiased;
}
.icon-cube:before {
content: "\e000";
}
.icon-spades:before {
content: "\e001";
}
.icon-facebook:before {
content: "\e002";
}
.icon-twitter:before {
content: "\e003";
}
.icon-tumblr:before {
content: "\e004";
}
.icon-pinterest:before {
content: "\e005";
}
.icon-diamond:before {
content: "\e006";
}
.icon-ico:before {
content: "\e008";
}
.icon-lightning:before {
content: "\e007";
}