defaultTemplate.html 447 B

123456789101112131415161718192021222324252627
  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. {{#if fillScreen}}
  13. <style>
  14. html,
  15. body {
  16. width: 100%;
  17. height: 100%;
  18. margin: 0;
  19. padding: 0;
  20. }
  21. </style>
  22. {{/if}}
  23. <fill-container></fill-container>