24 lines
949 B
CSS
24 lines
949 B
CSS
@font-face {
|
|
font-family: 'Novecentowide Book';
|
|
src: url("/Viewer.js/fonts/Novecentowide-Bold-webfont.eot");
|
|
src: url("/Viewer.js/fonts/Novecentowide-Bold-webfont.eot?#iefix") format("embedded-opentype"),
|
|
url("/Viewer.js/fonts/Novecentowide-Bold-webfont.woff") format("woff"),
|
|
url("/fonts/Novecentowide-Bold-webfont.ttf") format("truetype"),
|
|
url("/fonts/Novecentowide-Bold-webfont.svg#NovecentowideBookBold") format("svg");
|
|
font-weight: normal;
|
|
font-style: normal;
|
|
}
|
|
|
|
@font-face {
|
|
font-family: 'exotica';
|
|
src: url('/Viewer.js/fonts/Exotica-webfont.eot');
|
|
src: url('/Viewer.js/fonts/Exotica-webfont.eot?#iefix') format('embedded-opentype'),
|
|
url('/Viewer.js/fonts/Exotica-webfont.woff') format('woff'),
|
|
url('/Viewer.js/fonts/Exotica-webfont.ttf') format('truetype'),
|
|
url('/Viewer.js/fonts/Exotica-webfont.svg#exoticamedium') format('svg');
|
|
font-weight: normal;
|
|
font-style: normal;
|
|
|
|
}
|
|
|