main
css 86 lines 3.25 KB
Raw
1 @font-face {
2 font-family: 'fontello';
3 src: url('fontello.woff2?70687998') format('woff2');
4 font-weight: normal;
5 font-style: normal;
6 }
7 [class^="fa-"]:before, [class*=" fa-"]:before {
8 font-family: "fontello";
9 font-style: normal;
10 font-weight: normal;
11 speak: never;
12
13 display: inline-block;
14 text-decoration: inherit;
15 width: 1em;
16 margin-right: .2em;
17 text-align: center;
18 /* opacity: .8; */
19
20 /* For safety - reset parent styles, that can break glyph codes*/
21 font-variant: normal;
22 text-transform: none;
23
24 /* fix buttons height, for twitter bootstrap */
25 line-height: 1em;
26
27 /* Animation center compensation - margins should be symmetric */
28 /* remove if not needed */
29 margin-left: .2em;
30
31 /* you can be more comfortable with increased icons size */
32 /* font-size: 120%; */
33
34 /* Font smoothing. That was taken from TWBS */
35 -webkit-font-smoothing: antialiased;
36 -moz-osx-font-smoothing: grayscale;
37
38 /* Uncomment for 3D effect */
39 /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
40 }
41
42 .fa-cog:before { content: '\e800'; } /* '' */
43 .fa-audio:before { content: '\e801'; } /* '' */
44 .fa-doc:before { content: '\e802'; } /* '' */
45 .fa-stop:before { content: '\e803'; } /* '' */
46 .fa-play:before { content: '\e804'; } /* '' */
47 .fa-music:before { content: '\e805'; } /* '' */
48 .fa-cancel:before { content: '\e806'; } /* '' */
49 .fa-edit:before { content: '\e807'; } /* '' */
50 .fa-check:before { content: '\e808'; } /* '' */
51 .fa-folder:before { content: '\e809'; } /* '' */
52 .fa-user:before { content: '\e80a'; } /* '' */
53 .fa-home:before { content: '\e80b'; } /* '' */
54 .fa-key:before { content: '\e80c'; } /* '' */
55 .fa-trash:before { content: '\e80d'; } /* '' */
56 .fa-to_start:before { content: '\e80e'; } /* '' */
57 .fa-pause:before { content: '\e80f'; } /* '' */
58 .fa-to_end:before { content: '\e810'; } /* '' */
59 .fa-image:before { content: '\e811'; } /* '' */
60 .fa-camera:before { content: '\e812'; } /* '' */
61 .fa-search:before { content: '\e813'; } /* '' */
62 .fa-logout:before { content: '\e814'; } /* '' */
63 .fa-video:before { content: '\e815'; } /* '' */
64 .fa-left:before { content: '\e816'; } /* '' */
65 .fa-lock:before { content: '\e817'; } /* '' */
66 .fa-reload:before { content: '\e818'; } /* '' */
67 .fa-cut:before { content: '\e819'; } /* '' */
68 .fa-shuffle:before { content: '\e81a'; } /* '' */
69 .fa-info:before { content: '\e81b'; } /* '' */
70 .fa-plus:before { content: '\e81c'; } /* '' */
71 .fa-eye:before { content: '\e81d'; } /* '' */
72 .fa-spin6:before { content: '\e839'; } /* '' */
73 .fa-crown:before { content: '\e844'; } /* '' */
74 .fa-download:before { content: '\f02e'; } /* '' */
75 .fa-upload:before { content: '\f02f'; } /* '' */
76 .fa-link:before { content: '\f08e'; } /* '' */
77 .fa-filter:before { content: '\f0b0'; } /* '' */
78 .fa-zoom:before { content: '\f0b2'; } /* '' */
79 .fa-copy:before { content: '\f0c5'; } /* '' */
80 .fa-menu:before { content: '\f0c9'; } /* '' */
81 .fa-comment:before { content: '\f0e5'; } /* '' */
82 .fa-paste:before { content: '\f0ea'; } /* '' */
83 .fa-fullscreen:before { content: '\f108'; } /* '' */
84 .fa-quote:before { content: '\f10d'; } /* '' */
85 .fa-unlink:before { content: '\f127'; } /* '' */
86 .fa-archive:before { content: '\f1c6'; } /* '' */