example.local.css 1.1 KB

12345678910111213141516171819202122232425262728
  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. @font-face {
  5. font-family: 'Novecentowide Book';
  6. src: url("/ViewerJS/fonts/Novecentowide-Bold-webfont.eot");
  7. src: url("/ViewerJS/fonts/Novecentowide-Bold-webfont.eot?#iefix") format("embedded-opentype"),
  8. url("/ViewerJS/fonts/Novecentowide-Bold-webfont.woff") format("woff"),
  9. url("/fonts/Novecentowide-Bold-webfont.ttf") format("truetype"),
  10. url("/fonts/Novecentowide-Bold-webfont.svg#NovecentowideBookBold") format("svg");
  11. font-weight: normal;
  12. font-style: normal;
  13. }
  14. @font-face {
  15. font-family: 'exotica';
  16. src: url('/ViewerJS/fonts/Exotica-webfont.eot');
  17. src: url('/ViewerJS/fonts/Exotica-webfont.eot?#iefix') format('embedded-opentype'),
  18. url('/ViewerJS/fonts/Exotica-webfont.woff') format('woff'),
  19. url('/ViewerJS/fonts/Exotica-webfont.ttf') format('truetype'),
  20. url('/ViewerJS/fonts/Exotica-webfont.svg#exoticamedium') format('svg');
  21. font-weight: normal;
  22. font-style: normal;
  23. }