-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
56 lines (53 loc) · 1.26 KB
/
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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
@font-face {
font-family: 'sell-icon';
src: url('fonts/sell-icon.eot?ufomtb');
src: url('fonts/sell-icon.eot?ufomtb#iefix') format('embedded-opentype'),
url('fonts/sell-icon.ttf?ufomtb') format('truetype'),
url('fonts/sell-icon.woff?ufomtb') format('woff'),
url('fonts/sell-icon.svg?ufomtb#sell-icon') format('svg');
font-weight: normal;
font-style: normal;
}
[class^="icon-"], [class*=" icon-"] {
/* use !important to prevent issues with browser extensions that change fonts */
font-family: 'sell-icon' !important;
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-add_circle:before {
content: "\e900";
}
.icon-arrow_lift:before {
content: "\e901";
}
.icon-check_circle:before {
content: "\e902";
}
.icon-close:before {
content: "\e903";
}
.icon-favorite:before {
content: "\e904";
}
.icon-keyboard_arrow_right:before {
content: "\e905";
}
.icon-remove_circle_outline:before {
content: "\e906";
}
.icon-shopping_cart:before {
content: "\e907";
}
.icon-thumb_down:before {
content: "\e908";
}
.icon-thumb_up:before {
content: "\e909";
}