1
1
@font-face {
2
2
font-family : ' fontello' ;
3
- src : font-url (' ../../fonts/fontello.eot?36004245' );
4
- src : font-url (' ../../fonts/fontello.eot?36004245#iefix' ) format (' embedded-opentype' ),
5
- font-url (' ../../fonts/fontello.woff?36004245' ) format (' woff' ),
6
- font-url (' ../../fonts/fontello.ttf?36004245' ) format (' truetype' ),
7
- font-url (' ../../fonts/fontello.svg?36004245#fontello' ) format (' svg' );
3
+ src : url (' ../font/fontello.eot?43643500' );
4
+ src : url (' ../font/fontello.eot?43643500#iefix' ) format (' embedded-opentype' ),
5
+ url (' ../font/fontello.woff2?43643500' ) format (' woff2' ),
6
+ url (' ../font/fontello.woff?43643500' ) format (' woff' ),
7
+ url (' ../font/fontello.ttf?43643500' ) format (' truetype' ),
8
+ url (' ../font/fontello.svg?43643500#fontello' ) format (' svg' );
8
9
font-weight : normal ;
9
10
font-style : normal ;
10
11
}
14
15
@media screen and (-webkit-min-device-pixel-ratio:0) {
15
16
@font-face {
16
17
font-family: 'fontello';
17
- src: url('../font/fontello.svg?60624967 #fontello') format('svg');
18
+ src: url('../font/fontello.svg?43643500 #fontello') format('svg');
18
19
}
19
20
}
20
21
*/
21
-
22
+
22
23
[class ^= " icon-" ]:before , [class *= " icon-" ]:before {
23
24
font-family : " fontello" ;
24
25
font-style : normal ;
25
26
font-weight : normal ;
26
27
speak : none ;
27
-
28
+
28
29
display : inline-block ;
29
30
text-decoration : inherit ;
30
31
width : 1em ;
31
32
margin-right : .2em ;
32
33
text-align : center ;
33
34
/* opacity: .8; */
34
-
35
+
35
36
/* For safety - reset parent styles, that can break glyph codes*/
36
37
font-variant : normal ;
37
38
text-transform : none ;
38
-
39
+
39
40
/* fix buttons height, for twitter bootstrap */
40
41
line-height : 1em ;
41
-
42
+
42
43
/* Animation center compensation - margins should be symmetric */
43
44
/* remove if not needed */
44
45
margin-left : .2em ;
45
-
46
+
46
47
/* you can be more comfortable with increased icons size */
47
48
/* font-size: 120%; */
48
-
49
+
50
+ /* Font smoothing. That was taken from TWBS */
51
+ -webkit-font-smoothing : antialiased ;
52
+ -moz-osx-font-smoothing : grayscale ;
53
+
49
54
/* Uncomment for 3D effect */
50
55
/* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
51
56
}
52
-
53
- .icon-search :before { content : ' \e804 ' ; } /* '' */
54
- .icon-cancel :before { content : ' \e802 ' ; } /* '' */
55
- .icon-link :before { content : ' \e803 ' ; } /* '' */
56
- .icon-pencil :before { content : ' \e801 ' ; } /* '' */
57
- .icon-fork :before { content : ' \e800 ' ; } /* '' */
58
- .icon-github :before { content : ' \e806 ' ; } /* '' */
59
- .icon-gplus :before { content : ' \e807 ' ; } /* '' */
60
- .icon-twitter :before { content : ' \e805 ' ; } /* '' */
61
- .icon-attention-circled :before { content : ' \e808 ' ; } /* '' */
57
+
58
+ .icon-search :before { content : ' \e800 ' ; } /* '' */
59
+ .icon-cancel :before { content : ' \e801 ' ; } /* '' */
60
+ .icon-link :before { content : ' \e802 ' ; } /* '' */
61
+ .icon-pencil :before { content : ' \e803 ' ; } /* '' */
62
+ .icon-attention-circled :before { content : ' \e804 ' ; } /* '' */
63
+ .icon-twitter :before { content : ' \f099 ' ; } /* '' */
64
+ .icon-gplus :before { content : ' \f0d5 ' ; } /* '' */
65
+ .icon-sort-down :before { content : ' \f0dd ' ; } /* '' */
66
+ .icon-sort-up :before { content : ' \f0de ' ; } /* '' */
67
+ .icon-github :before { content : ' \f113 ' ; } /* '' */
68
+ .icon-fork :before { content : ' \f126 ' ; } /* '' */
0 commit comments