﻿/**
 *
 * -------------------------------------------
 * CSS Calling Fonts
 * -------------------------------------------
 *
 **/

 @font-face {
    font-family: 'cooper_hewittbold';
    src: url('cooperhewitt-bold-webfont.eot');
    src: url('cooperhewitt-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('cooperhewitt-bold-webfont.woff') format('woff'),
         url('cooperhewitt-bold-webfont.ttf') format('truetype'),
         url('cooperhewitt-bold-webfont.svg#cooper_hewittbold') format('svg');
    font-weight: normal;
    font-style: normal;

}