1 /* ------------------------------
3 ------------------------------ */
5 $icomoon-font-family: "wl" !default;
6 $icomoon-font-path: "../fonts" !default;
9 $icon-arrow-right: "\e901";
10 $icon-arrow-up: "\e902";
17 $icon-search: "\e909";
22 $icon-arrow-down: "\e90e";
26 font-family: '#{$icomoon-font-family}';
28 url('#{$icomoon-font-path}/#{$icomoon-font-family}.ttf?79zz52') format('truetype'),
29 url('#{$icomoon-font-path}/#{$icomoon-font-family}.woff?79zz52') format('woff'),
30 url('#{$icomoon-font-path}/#{$icomoon-font-family}.svg?79zz52##{$icomoon-font-family}') format('svg');
36 [class^="icon-"], [class*=" icon-"] {
37 /* use !important to prevent issues with browser extensions that change fonts */
38 font-family: '#{$icomoon-font-family}' !important;
46 /* Better Font Rendering =========== */
47 -webkit-font-smoothing: antialiased;
48 -moz-osx-font-smoothing: grayscale;
58 content: $icon-arrow-right;
63 content: $icon-arrow-up;
98 content: $icon-search;
103 content: $icon-acc-1;
108 content: $icon-acc-2;
113 content: $icon-acc-3;
123 content: $icon-arrow-down;
128 content: $icon-close;