/* This is a placeholder */


/*  Sample of how to form @font-face statements for best cross browser compatability  
=====================================================================================*/
/* NOTE: Remember to to edit your .htaccess file to force www or non-www on the url.
         Fonts wont load cross domain. */

@font-face {
    font-family: 'proxima_novalight';
    src: url('[[root_url]]/fonts/proximanova-light-webfont.eot');
    src: local('☺'),
         url('[[root_url]]/fonts/proximanova-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('[[root_url]]/fonts/proximanova-light-webfont.woff') format('woff'),
         url('[[root_url]]/fonts/proximanova-light-webfont.ttf') format('truetype'),
         url('[[root_url]]/fonts/proximanova-light-webfont.svg#proxima_novalight') format('svg');
    font-weight: normal;
    font-style: normal;

}
