@font-face {
 font-family: SansNarrow;
 src: url("../fonts/PT_Sans-Narrow-Web-Regular.eot"); /* EOT file for IE */
}
@font-face {
 font-family: SansNarrow;
 src: url("../fonts/PT_Sans-Narrow-Web-Bold.eot"); /* EOT file for IE */
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: 'SansNarrow';
  src: url('../fonts/PT_Sans-Narrow-Web-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'SansNarrow';
  src: url('../fonts/PT_Sans-Narrow-Web-Bold.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
}

