| 1 |
/* This is just a sample file with CSS rules. You should write your own @font-face declarations |
| 2 |
* to add support for your desired fonts. |
| 3 |
*/ |
| 4 |
|
| 5 |
@font-face { |
| 6 |
font-family: 'Novecentowide Book'; |
| 7 |
src: url("/ViewerJS/fonts/Novecentowide-Bold-webfont.eot"); |
| 8 |
src: url("/ViewerJS/fonts/Novecentowide-Bold-webfont.eot?#iefix") format("embedded-opentype"), |
| 9 |
url("/ViewerJS/fonts/Novecentowide-Bold-webfont.woff") format("woff"), |
| 10 |
url("/fonts/Novecentowide-Bold-webfont.ttf") format("truetype"), |
| 11 |
url("/fonts/Novecentowide-Bold-webfont.svg#NovecentowideBookBold") format("svg"); |
| 12 |
font-weight: normal; |
| 13 |
font-style: normal; |
| 14 |
} |
| 15 |
|
| 16 |
@font-face { |
| 17 |
font-family: 'exotica'; |
| 18 |
src: url('/ViewerJS/fonts/Exotica-webfont.eot'); |
| 19 |
src: url('/ViewerJS/fonts/Exotica-webfont.eot?#iefix') format('embedded-opentype'), |
| 20 |
url('/ViewerJS/fonts/Exotica-webfont.woff') format('woff'), |
| 21 |
url('/ViewerJS/fonts/Exotica-webfont.ttf') format('truetype'), |
| 22 |
url('/ViewerJS/fonts/Exotica-webfont.svg#exoticamedium') format('svg'); |
| 23 |
font-weight: normal; |
| 24 |
font-style: normal; |
| 25 |
|
| 26 |
} |
| 27 |
|
| 28 |
|