tim.css
1.11 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
44
45
46
47
48
49
50
51
@font-face {
font-family: 'tim';
src: url('tim.eot?gollaf');
src: url('tim.eot?gollaf#iefix') format('embedded-opentype'),
url('tim.ttf?gollaf') format('truetype'),
url('tim.woff?gollaf') format('woff'),
url('tim.svg?gollaf#tim') format('svg');
font-weight: normal;
font-style: normal;
font-display: block;
}
[class^="tim-icon-"], [class*=" tim-icon-"] {
/* use !important to prevent issues with browser extensions that change fonts */
font-family: 'tim' !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;
}
.tim-icon-friend-add:before {
content: "\e907";
}
.tim-icon-close:before {
content: "\e901";
}
.tim-icon-right:before {
content: "\e903";
}
.tim-icon-add:before {
content: "\e904";
}
.tim-icon-refresh:before {
content: "\e905";
}
.tim-icon-send:before {
content: "\e902";
}
.tim-icon-angle:before {
content: "\e900";
}
.tim-icon-angle-middle:before {
content: "\e906";
}