@font-face {
  font-family: "Open Sans";
  src:  url("Open_Sans/OpenSans-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Open Sans";
  src:  url("Open_Sans/OpenSans-Italic.ttf") format("truetype");
  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: "Open Sans";
  src:  url("Open_Sans/OpenSans-Light.ttf") format("truetype");
  font-weight: light;
  font-style: normal;
}
@font-face {
  font-family: "Open Sans";
  src:  url("Open_Sans/OpenSans-LightItalic.ttf") format("truetype");
  font-weight: light;
  font-style: italic;
}
@font-face {
  font-family: 'Open_Sans';
  src:  url('Open_Sans/OpenSans-Bold.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: 'Open_Sans';
  src:  url('Open_Sans/OpenSans-BoldItalic.ttf') format('truetype');
  font-weight: bold;
  font-style: italic;
}
@font-face {
  font-family: 'Open_Sans';
  src:  url('Open_Sans/OpenSans-SemiBold.ttf') format('truetype');
  font-weight: semi-bold;
  font-style: normal;
}
@font-face {
  font-family: 'Open_Sans';
  src:  url('Open_Sans/OpenSans-SemiBoldItalic.ttf') format('truetype');
  font-weight: semi-bold;
  font-style: italic;
}
@font-face {
  font-family: 'Open_Sans';
  src:  url('Open_Sans/OpenSans-ExtraBold.ttf') format('truetype');
  font-weight: extra-bold;
  font-style: normal;
}
@font-face {
  font-family: 'Open_Sans';
  src:  url('Open_Sans/OpenSans-ExtraBoldItalic.ttf') format('truetype');
  font-weight: extra-bold;
  font-style: italic;
}