@font-face {
    font-family: 'PT Sans';
    src: url('../fonts/pt_sans.eot');
    /* IE 9 Compatibility Mode */
    src: url('../fonts/pt_sans-1.eot') format('embedded-opentype'), /* IE < 9 */
    url('../fonts/pt_sans.woff2') format('woff2'), /* Super Modern Browsers */
    url('../fonts/pt_sans.woff') format('woff'), /* Firefox >= 3.6, any other modern browser */
    url('../fonts/pt_sans.ttf') format('truetype'), /* Safari, Android, iOS */
    url('../fonts/pt_sans.svg') format('svg');
    /* Chrome < 4, Legacy iOS */
}

@font-face {
    font-family: "PT Sans";
    src: url("../fonts/PTSans-Bold.eot");
    src: url("../fonts/PTSans-Bold-1.eot") format("embedded-opentype"), url("../fonts/PTSans-Bold.woff") format("woff"), url("../fonts/PTSans-Bold.ttf") format("truetype");
    font-style: normal;
    font-weight: 700;
}