@font-face
{
  font-family: 'DINPro-R';
  src: url('../fonts/DINPro-Regular.eot');
  src: url('../fonts/DINPro-Regular-1.eot') format('embedded-opentype'),
       url('../fonts/DINPro-Regular.woff') format('woff'),
       url('../fonts/DINPro-Regular.ttf') format('truetype');
 }

 @font-face
{
  font-family: 'DINPro-B';
  src: url('../fonts/DINPro-Bold.eot');
  src: url('../fonts/DINPro-Bold-1.eot') format('embedded-opentype'),
       url('../fonts/DINPro-Bold.woff') format('woff'),
       url('../fonts/DINPro-Bold.ttf') format('truetype');
 }
 @font-face
{
  font-family: 'DINPro-Blk';
  src: url('../fonts/DINPro-Black.eot');
  src: url('../fonts/DINPro-Black-1.eot') format('embedded-opentype'),
       url('../fonts/DINPro-Black.woff') format('woff'),
       url('../fonts/DINPro-Black.ttf') format('truetype');
 }
 @font-face
{
  font-family: 'DINPro-M';
  src: url('../fonts/DINPro-Medium.eot');
  src: url('../fonts/DINPro-Medium-1.eot') format('embedded-opentype'),
       url('../fonts/DINPro-Medium.woff') format('woff'),
       url('../fonts/DINPro-Medium.ttf') format('truetype');
 }
 @font-face
{
  font-family: 'DINPro-L';
  src: url('../fonts/DINPro-Light.eot');
  src: url('../fonts/DINPro-Light-1.eot') format('embedded-opentype'),
       url('../fonts/DINPro-Light.woff') format('woff'),
       url('../fonts/DINPro-Light.ttf') format('truetype');
 }