@charset "UTF-8";

@font-face
{
   font-family: "streamline-small";          

   src:url("streamline-small.eot?#iefix") format("embedded-opentype"),
       url("streamline-small.woff")       format("woff");

 }

[data-icon]:before
{
  font-family: "streamline-small" !important;
  content: attr(data-icon);

}

