1@font-face {
2 font-family: 'icomoon';
3 src: url('fonts/Icomoon/icomoon.eot?93glrc');
4 src: url('fonts/Icomoon/icomoon.eot?93glrc#iefix') format('embedded-opentype'),
5 url('fonts/Icomoon/icomoon.ttf?93glrc') format('truetype'),
6 url('fonts/Icomoon/icomoon.woff?93glrc') format('woff'),
7 url('fonts/Icomoon/icomoon.svg?93glrc#icomoon') format('svg');
8 font-weight: normal;
9 font-style: normal;
10 font-display: block;
11}
12
13[class^="icon-"], [class*=" icon-"] {
14 /* use !important to prevent issues with browser extensions that change fonts */
15 font-family: 'icomoon' !important;
16 speak: never;
17 font-style: normal;
18 font-weight: normal;
19 font-variant: normal;
20 text-transform: none;
21 line-height: 1;
22
23 /* Better Font Rendering =========== */
24 -webkit-font-smoothing: antialiased;
25 -moz-osx-font-smoothing: grayscale;
26}
27
28.icon-check-mark-circle:before {
29 content: "\e97a";
30}
31.icon-warning:before {
32 content: "\e979";
33}
34.icon-pin-2:before {
35 content: "\e978";
36}
37.icon-next:before {
38 content: "\e975";
39}
40.icon-prev:before {
...
</html>