iconmyfont.css
1.08 KB
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
@font-face {font-family: "iconmyfont";
src: url('./font/iconmyfont.eot'); /* IE9*/
src: url('./font/iconmyfont.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
url('./font/iconmyfont.woff') format('woff'), /* chrome、firefox */
url('./font/iconmyfont.ttf') format('truetype'), /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/
url('./font/iconmyfont.svg#iconfont') format('svg'); /* iOS 4.1- */
}
.xn-icon-my {
font-family:"iconmyfont" !important;
font-size:16px;
font-style:normal;
-webkit-font-smoothing: antialiased;
-webkit-text-stroke-width: 0.2px;
-moz-osx-font-smoothing: grayscale;
}
.icon-dustbin:before { content: "\2607"; }
.icon-other:before { content: "\2600"; }
.icon-receive:before { content: "\2601"; }
.icon-all:before { content: "\2602"; }
.icon-picture:before { content: "\2603"; }
.icon-document:before { content: "\2604"; }
.icon-show:before { content: "\2605"; }
.icon-video:before { content: "\2606"; }
.icon-briefcase:before { content: "\e607"; }
.icon-credentials:before { content: "\e60b"; }
.icon-card:before { content: "\2608"; }