﻿@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/OpenSans-Regular.eot');
  src:
    url('../fonts/OpenSans-Regular.eot?iefix') format('embedded-opentype'),
    url('../fonts/OpenSans-Regular.woff') format('woff'),    
    url('../fonts/OpenSans-Regular.ttf') format('truetype');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/OpenSans-Bold.eot');
  src:
    url('../fonts/OpenSans-Bold.eot?iefix') format('embedded-opentype'),
    url('../fonts/OpenSans-Bold.woff') format('woff'),    
    url('../fonts/OpenSans-Bold.ttf') format('truetype');
}
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 400;
  src: url('../fonts/OpenSans-Italic.eot');
  src:
    url('../fonts/OpenSans-Italic.eot?iefix') format('embedded-opentype'),
    url('../fonts/OpenSans-Italic.woff') format('woff'),    
    url('../fonts/OpenSans-Italic.ttf') format('truetype');
}
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 700;
  src: url('../fonts/OpenSans-BoldItalic.eot');
  src:
    url('../fonts/OpenSans-BoldItalic.eot?iefix') format('embedded-opentype'),
    url('../fonts/OpenSans-BoldItalic.woff') format('woff'),    
    url('../fonts/OpenSans-BoldItalic.ttf') format('truetype');
}
