iconfinancialfont.css
1.17 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
40
41
42
43
@font-face {font-family: "iconfinancialfont";
src: url('font/iconfinancialfont.eot'); /* IE9*/
src: url('font/iconfinancialfont.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
url('font/iconfinancialfont.woff') format('woff'), /* chrome, firefox */
url('font/iconfinancialfont.ttf') format('truetype') /* chrome, firefox, opera, Safari, Android, iOS 4.2+*/
}
.xn-icon-financial {
font-family:"iconfinancialfont" !important;
font-size:16px;
font-style:normal;
-webkit-font-smoothing: antialiased;
-webkit-text-stroke-width: 0.2px;
-moz-osx-font-smoothing: grayscale;
}
.icon-year-account:before { content: "\e600"; }
.icon-month-account:before { content: "\e601"; }
.icon-DOC:before { content: "\e602"; }
.icon-compose:before { content: "\e603"; }
.icon-print:before { content: "\e604"; }
.icon-trash:before { content: "\e605"; }
.icon-return:before { content: "\e606"; }
.icon-add:before { content: "\e607"; }
.icon-close:before { content: "\e608"; }
.icon-date:before { content: "\e609"; }
.icon-zoomin:before { content: "\e60a"; }
.icon-zoomout:before { content: "\e60b"; }
.icon-import:before { content: "\e60c"; }
.icon-copy:before { content: "\e701"; }