teamworkFont.css 480 B

12345678910111213141516
  1. @font-face {
  2. font-family: 'TeamworkRegular';
  3. src: url('teamwork-regular-webfont.eot');
  4. src: url('teamwork-regular-webfont.eot?#iefix') format('embedded-opentype'),
  5. url('teamwork-regular-webfont.woff') format('woff'),
  6. url('teamwork-regular-webfont.ttf') format('truetype'),
  7. url('teamwork-regular-webfont.otf') format('opentype'),
  8. url('teamwork-regular-webfont.svg#TeamworkRegular') format('svg');
  9. font-weight: normal;
  10. font-style: normal;
  11. }