Path: blob/master/source/_static/ViewerJS/example.local.css
1237 views
/* This is just a sample file with CSS rules. You should write your own @font-face declarations1* to add support for your desired fonts.2*/34@font-face {5font-family: 'Novecentowide Book';6src: url("/ViewerJS/fonts/Novecentowide-Bold-webfont.eot");7src: url("/ViewerJS/fonts/Novecentowide-Bold-webfont.eot?#iefix") format("embedded-opentype"),8url("/ViewerJS/fonts/Novecentowide-Bold-webfont.woff") format("woff"),9url("/fonts/Novecentowide-Bold-webfont.ttf") format("truetype"),10url("/fonts/Novecentowide-Bold-webfont.svg#NovecentowideBookBold") format("svg");11font-weight: normal;12font-style: normal;13}1415@font-face {16font-family: 'exotica';17src: url('/ViewerJS/fonts/Exotica-webfont.eot');18src: url('/ViewerJS/fonts/Exotica-webfont.eot?#iefix') format('embedded-opentype'),19url('/ViewerJS/fonts/Exotica-webfont.woff') format('woff'),20url('/ViewerJS/fonts/Exotica-webfont.ttf') format('truetype'),21url('/ViewerJS/fonts/Exotica-webfont.svg#exoticamedium') format('svg');22font-weight: normal;23font-style: normal;2425}26272829