/**
 * Loads fonts for use in the site stylesheets.
 *
 * @package WordPress
 * @subpackage Scrawny To Brawny
 * @since Scrawny To Brawny 1.0
 */

/* Cocktail Script
 * Copyright © 2004 Stuart Sandler & Font Diner
 * http://new.myfonts.com/person/Stuart_Sandler/
 * http://www.fontdiner.com/
 */
@font-face {
    font-family: 'League Gothic';
    src: url(../fonts/League_Gothic-webfont.eot);
    src: url(../fonts/League_Gothic-webfont.eot?#iefix) format('embedded-opentype'),
         url(../fonts/League_Gothic-webfont.woff) format('woff'),
         url(../fonts/League_Gothic-webfont.ttf) format('truetype'),
         url(../fonts/League_Gothic-webfont.svg#League_Gothic) format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Turnpike';
    src: url(../fonts/turnpike-webfont.eot);
    src: url(../fonts/turnpike-webfont.eot?#iefix) format('embedded-opentype'),
         url(../fonts/turnpike-webfont.woff) format('woff'),
         url(../fonts/turnpike-webfont.ttf) format('truetype'),
         url(../fonts/turnpike-webfont.svg#TurnpikeRegular) format('svg');
    font-weight: normal;
    font-style: normal;
}
