defaultTemplate.html 399 B

1234567891011121314151617181920212223
  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. html,
  12. body {
  13. width: 100%;
  14. height: 100%;
  15. margin: 0;
  16. padding: 0;
  17. }
  18. </style>
  19. <fill-container></fill-container>