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