mirror of
https://github.com/VTECRM/vtenext.git
synced 2026-02-26 16:18:47 +00:00
17 lines
496 B
CSS
17 lines
496 B
CSS
|
|
@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;
|
|
|
|
}
|
|
|
|
|
|
|