-
Notifications
You must be signed in to change notification settings - Fork 0
/
srev-icons1.css
67 lines (63 loc) · 1.75 KB
/
srev-icons1.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
58
59
60
61
62
63
64
65
66
67
@charset "UTF-8";
/* channel-icons */
@font-face {
font-family: "channel-icons";
src:url("https://fontastic.s3.amazonaws.com/CHXQf989eiw8PH22qMcCwX/fonts/1445365522.eot");
src:url("https://fontastic.s3.amazonaws.com/CHXQf989eiw8PH22qMcCwX/fonts/1445365522.eot?#iefix") format("embedded-opentype"),
url("https://fontastic.s3.amazonaws.com/CHXQf989eiw8PH22qMcCwX/fonts/1445365522.woff") format("woff"),
url("https://fontastic.s3.amazonaws.com/CHXQf989eiw8PH22qMcCwX/fonts/1445365522.ttf") format("truetype"),
url("https://fontastic.s3.amazonaws.com/CHXQf989eiw8PH22qMcCwX/fonts/1445365522.svg#1445365522") format("svg");
font-weight: normal;
font-style: normal;
}
[data-srevicon]:before {
font-family: "channel-icons" !important;
content: attr(data-icon);
font-style: normal !important;
font-weight: normal !important;
font-variant: normal !important;
text-transform: none !important;
speak: none;
line-height: 1;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
[class^="srevicon-"]:before,
[class*=" srevicon-"]:before {
font-family: "channel-icons" !important;
font-style: normal !important;
font-weight: normal !important;
font-variant: normal !important;
text-transform: none !important;
speak: none;
line-height: 1;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.srevicon-coins-lg:before {
content: "a";
}
.srevicon-done-lg:before {
content: "b";
}
.srevicon-message:before {
content: "c";
}
.srevicon-pencil:before {
content: "d";
}
.srevicon-heart-md:before {
content: "f";
}
.srevicon-folder-md:before {
content: "e";
}
.srevicon-check-sm:before {
content: "g";
}
.srevicon-x-sm:before {
content: "h";
}
.srevicon-dots-md:before {
content: "i";
}