/* Este fichero evita que se modifique la tipografia del elemento que contiene un icono
  Se hace en un fichero aparte por que el fichero de iconos es generado y de esta manera
  no hay que editarlo a mano cada vez que cambie
*/

[class^="icon-"] , [class*=" icon-"]  {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: inherit !important;
  speak: inherit !important;
  font-style: inherit !important ;
  font-weight: inherit !important;
  font-variant: inherit !important;
  text-transform: inherit !important;
  line-height: inherit !important;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

[class^="icon-"]:before , [class*=" icon-"]:before  {
  /* use !important to prevent issues with browser extensions that change fonts */
  float: right;
  font-size: 1.4em;
  font-family: 'Netcash' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
