You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

app.component.css 596B

123456789101112131415161718192021222324252627
  1. @font-face {
  2. font-family: 'Material Icons';
  3. font-style: normal;
  4. font-weight: 400;
  5. src: url(../assets/material-icons.woff2) format('woff2');
  6. }
  7. .material-icons {
  8. font-family: 'Material Icons';
  9. font-weight: normal;
  10. font-style: normal;
  11. font-size: 24px;
  12. line-height: 1;
  13. letter-spacing: normal;
  14. text-transform: none;
  15. display: inline-block;
  16. white-space: nowrap;
  17. word-wrap: normal;
  18. direction: ltr;
  19. -webkit-font-feature-settings: 'liga';
  20. -webkit-font-smoothing: antialiased;
  21. }
  22. footer {
  23. /*background: #efefef;*/
  24. padding: 15px;
  25. }