defaultTemplate.html 319 B

12345678910111213141516
  1. <style>
  2. @font-face {
  3. font-family: 'babylon';
  4. src: url('{{babylonFont}}') format('woff');
  5. font-weight: normal;
  6. font-style: normal;
  7. }
  8. .icon {
  9. font-family: "babylon";
  10. }
  11. </style>
  12. <viewer></viewer>
  13. <loading-screen></loading-screen>
  14. <overlay></overlay>