@@ -429,7 +429,17 @@ th {
429429 font-family : 'icomoon' ;
430430 src : url ('../fonts/icomoon.eot' );
431431 src : url ('../fonts/icomoon.eot' ) format ('embedded-opentype' ),
432- url ('../fonts/IcoMoon-Free.ttf' ) format ('truetype' ),
432+ url ('../fonts/icomoon.ttf' ) format ('truetype' );
433+ url('../fonts/icomoon.woff' ) for mat('woff' ),
434+ url ('../fonts/icomoon.svg' ) for mat('svg' );
435+ font-weight : normal;
436+ font-style : normal;
437+ }
438+ @font-face {
439+ font-family : 'icomoon-plus' ;
440+ src : url ('../fonts/icomoon.eot' );
441+ src : url ('../fonts/icomoon.eot' ) format ('embedded-opentype' ),
442+ url ('../fonts/IcoMoon-Free.ttf' ) format ('truetype' );
433443 url('../fonts/icomoon.woff' ) for mat('woff' ),
434444 url ('../fonts/icomoon.svg' ) for mat('svg' );
435445 font-weight : normal;
@@ -451,6 +461,21 @@ th {
451461 -moz-osx-font-smoothing : grayscale;
452462}
453463
464+ [class ^= "icons-" ], [class *= " icons-" ] {
465+ /* use !important to prevent issues with browser extensions that change fonts */
466+ font-family : 'icomoon-plus' !important ;
467+ speak : none;
468+ font-style : normal;
469+ font-weight : normal;
470+ font-variant : normal;
471+ text-transform : none;
472+ line-height : 1 ;
473+
474+ /* Better Font Rendering =========== */
475+ -webkit-font-smoothing : antialiased;
476+ -moz-osx-font-smoothing : grayscale;
477+ }
478+
454479.icon-slack : before {
455480 content : "\e901" ;
456481}
@@ -466,22 +491,22 @@ th {
466491.icon-twitter : before {
467492 content : "\ea96" ;
468493}
469- .icon -vk: before {
494+ .icons -vk: before {
470495 content : "\ea98" ;
471496}
472497.icon-yt : before {
473498 content : "\ea9d" ;
474499}
475- .icon -youtube: before {
500+ .icons -youtube: before {
476501 content : "\ea9e" ;
477502}
478- .icon -telegram: before {
503+ .icons -telegram: before {
479504 content : "\ea95" ;
480505}
481- .icon -g-plus: before {
506+ .icons -g-plus: before {
482507 content : "\ea8b" ;
483508}
484- .icon -linkd: before {
509+ .icons -linkd: before {
485510 content : "\eac9" ;
486511}
487512
0 commit comments