12 lines
445 B
CSS
12 lines
445 B
CSS
@font-face {
|
|
font-family: 'Colaborate';
|
|
src: url('ColabBol-webfont.eot');
|
|
src: url('ColabBol-webfont.eot?#iefix') format('embedded-opentype'),
|
|
url('ColabBol-webfont.woff2') format('woff2'),
|
|
url('ColabBol-webfont.woff') format('woff'),
|
|
url('ColabBol-webfont.ttf') format('truetype'),
|
|
url('ColabBol-webfont.svg#colaborate-boldregular') format('svg');
|
|
font-weight: 700;
|
|
font-style: normal;
|
|
}
|