﻿/*!
 *  Font Awesome 4.6.1 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'IconFont';
  src: url("../fonts/IconFont.woff2") format("woff2");
  src: url("../fonts/IconFont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

.icon-font {
  display: inline-block;
  font: normal normal normal 16px/1 IconFont;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-inverter:before {
  content: "\f001"; }

