@font-face {
    font-family: 'Southwest-Light';
    src: url('southwest-light.eot');
    src: local('Southwest-Light'), 
        url('southwest-light.woff') format('woff'), 
        url('southwest-light.ttf') format('ttf'), 
        url('southwest-light.svg') format('svg'),
        url('southwest-light.otf') format('otf');
    font-weight: normal;
    font-style: normal;
}

body { font-family:Southwest-Light; }