﻿/******************************************************************
fonts.css
-------------------------------------------------------------------
Stylesheet: Include Web Fonts
-------------------------------------------------------------------

Google + Web fonts are included here.

******************************************************************/
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: local('Open Sans'), local('OpenSans'), url(http://themes.googleusercontent.com/static/fonts/opensans/v8/cJZKeOuBrn4kERxqtaUH3T8E0i7KZn-EPnyo3HZu7kw.woff) format('woff');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  src: local('Open Sans Semibold'), local('OpenSans-Semibold'), url(http://themes.googleusercontent.com/static/fonts/opensans/v8/MTP_ySUJH_bn48VBG8sNSnhCUOGz7vYGh680lGh-uXM.woff) format('woff');
}
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 400;
  src: local('Open Sans Italic'), local('OpenSans-Italic'), url(http://themes.googleusercontent.com/static/fonts/opensans/v8/xjAJXh38I15wypJXxuGMBobN6UDyHWBl620a-IRfuBk.woff) format('woff');
}
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 600;
  src: local('Open Sans Semibold Italic'), local('OpenSans-SemiboldItalic'), url(http://themes.googleusercontent.com/static/fonts/opensans/v8/PRmiXeptR36kaC0GEAetxn5HxGBcBvicCpTp6spHfNo.woff) format('woff');
}




@font-face {
    font-family: "Abadi";
    font-style: normal;
    font-weight: normal;
    src: url("/inc/public/fonts/Abadi/AbadiMT-CondensedLight.eot?#iefix") format("embedded-opentype"), url("/inc/public/fonts/Abadi/AbadiMT-CondensedLight.woff") format("woff"), url("/inc/public/fonts/Abadi/AbadiMT-CondensedLight.ttf") format("truetype"), url("/inc/public/fonts/Abadi/AbadiMT-CondensedLight.svg#abadi") format("svg");
}
@font-face {
    font-family: "Open Sans";
    font-style: normal;
    font-weight: normal;
    src: url("/inc/public/fonts/Open_Sans/opensans-regular-webfont.eot?#iefix") format("embedded-opentype"), url("/inc/public/fonts/Open_Sans/opensans-regular-webfont.woff") format("woff"), url("/inc/public/fonts/Open_Sans/opensans-regular-webfont.ttf") format("truetype"), url("/inc/public/fonts/Open_Sans/opensans-regular-webfont.svg#opensans") format("svg");
}

@font-face {
    font-family: "Open Sans";
    font-style: normal;
    font-weight: normal;
    src: url("/inc/public/fonts/Open_Sans/opensans-regular-webfont.eot?#iefix") format("embedded-opentype"),
         url("/inc/public/fonts/Open_Sans/opensans-regular-webfont.woff") format("woff"),
         url("/inc/public/fonts/Open_Sans/opensans-regular-webfont.ttf") format("truetype"),
         url("/inc/public/fonts/Open_Sans/opensans-regular-webfont.svg#opensans") format("svg");
}
@font-face {
    font-family: "Oxygen";
    font-style: normal;
    font-weight: normal;
    src: url("/inc/public/fonts/Oxygen/Regular/oxygen-regular-webfont.eot?#iefix") format("embedded-opentype"),
         url("/inc/public/fonts/Oxygen/Regular/oxygen-regular-webfont.woff") format("woff"),
         url("/inc/public/fonts/Oxygen/Regular/oxygen-regular-webfont.ttf") format("truetype"),
         url("/inc/public/fonts/Oxygen/Regular/oxygen-regular-webfont.svg#Oxygen") format("svg");
}
@font-face {
    font-family: "Oxygen";
    font-style: normal;
    font-weight: bold;
    src: url("/inc/public/fonts/Oxygen/Bold/oxygen-bold-webfont.eot?#iefix") format("embedded-opentype"),
         url("/inc/public/fonts/Oxygen/Bold/oxygen-bold-webfont.woff") format("woff"),
         url("/inc/public/fonts/Oxygen/Bold/oxygen-bold-webfont.ttf") format("truetype"),
         url("/inc/public/fonts/Oxygen/Bold/oxygen-bold-webfont.svg#Oxygen") format("svg");
}
@font-face {
    font-family: "Oxygen";
    font-style: normal;
    font-weight: 400;
    src: url("/inc/public/fonts/Oxygen/Light/oxygen-light-webfont.eot?#iefix") format("embedded-opentype"),
         url("/inc/public/fonts/Oxygen/Light/oxygen-light-webfont.woff") format("woff"),
         url("/inc/public/fonts/Oxygen/Light/oxygen-light-webfont.ttf") format("truetype"),
         url("/inc/public/fonts/Oxygen/Light/oxygen-light-webfont.svg#Oxygen") format("svg");
}

@font-face {
    font-family: "League Gothic";
    font-style: normal;
    font-weight: normal;
    src: url("/inc/public/fonts/League_Gothic/league_gothic-webfont.eot?#iefix") format("embedded-opentype"),
         url("/inc/public/fonts/League_Gothic/league_gothic-webfont.woff") format("woff"),
         url("/inc/public/fonts/League_Gothic/league_gothic-webfont.ttf") format("truetype"),
         url("/inc/public/fonts/League_Gothic/league_gothic-webfont.svg#League_Gothic") format("svg");
}