-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathfonts1.css
executable file
·40 lines (37 loc) · 886 Bytes
/
fonts1.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?kdyizl');
src:url('fonts/icomoon.eot?#iefixkdyizl') format('embedded-opentype'),
url('fonts/icomoon.ttf?kdyizl') format('truetype'),
url('fonts/icomoon2.svg?kdyizl') format('svg'),
url('fonts/icomoon1.svg?kdyizl#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-home3:before {
content: "\e600";
}
.icon-newspaper:before {
content: "\e601";
}
.icon-credit-card:before {
content: "\e602";
}
.icon-user-plus:before {
content: "\e603";
}
.icon-unlocked:before {
content: "\e604";
}