teamworkFont.css 546 Bytes

@font-face {
    font-family: 'TeamworkRegular';
    src: url('/font/proj/teamwork-regular-webfont.eot');
    src: url('/font/proj/teamwork-regular-webfont.eot?#iefix') format('embedded-opentype'),
    url('/font/proj/teamwork-regular-webfont.woff') format('woff'),
    url('/font/proj/teamwork-regular-webfont.ttf') format('truetype'),
    url('/font/proj/teamwork-regular-webfont.otf') format('opentype'),
    url('/font/proj/teamwork-regular-webfont.svg#TeamworkRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}