1 /* ------------------------------
3 ------------------------------ */
5 $icomoon-font-family: "wl" !default;
6 $icomoon-font-path: "../fonts" !default;
9 $icon-arrow-right: "\e901";
10 $icon-arrow-up: "\e902";
16 $icon-search: "\e908";
21 $icon-arrow-down: "\e90d";
24 font-family: '#{$icomoon-font-family}';
26 url('#{$icomoon-font-path}/#{$icomoon-font-family}.ttf?79zz52') format('truetype'),
27 url('#{$icomoon-font-path}/#{$icomoon-font-family}.woff?79zz52') format('woff'),
28 url('#{$icomoon-font-path}/#{$icomoon-font-family}.svg?79zz52##{$icomoon-font-family}') format('svg');
34 [class^="icon-"], [class*=" icon-"] {
35 /* use !important to prevent issues with browser extensions that change fonts */
36 font-family: '#{$icomoon-font-family}' !important;
44 /* Better Font Rendering =========== */
45 -webkit-font-smoothing: antialiased;
46 -moz-osx-font-smoothing: grayscale;
56 content: $icon-arrow-right;
61 content: $icon-arrow-up;
91 content: $icon-search;
101 content: $icon-acc-2;
106 content: $icon-acc-3;
116 content: $icon-arrow-down;