-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
37 lines (34 loc) · 827 Bytes
/
style.css
File metadata and controls
37 lines (34 loc) · 827 Bytes
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
@font-face {
font-family: 'icomoon';
src:url('fonts/icomoon.eot?k0tqmu');
src:url('fonts/icomoon.eot?#iefixk0tqmu') format('embedded-opentype'),
url('fonts/icomoon.ttf?k0tqmu') format('truetype'),
url('fonts/icomoon.woff?k0tqmu') format('woff'),
url('fonts/icomoon.svg?k0tqmu#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-gena:before {
content: "\e600";
}
.icon-g:before {
content: "\e601";
}
.icon-uniE602:before {
content: "\e602";
}
.icon-untitled:before {
content: "\e603";
}