round.css 662 B

123456789101112131415161718192021222324
  1. @font-face {
  2. font-family: "Material Icons Round";
  3. font-style: normal;
  4. font-weight: 400;
  5. font-display: block;
  6. src: url("./material-icons-round.woff2") format("woff2"), url("./material-icons-round.woff") format("woff");
  7. }
  8. .material-icons-round {
  9. font-family: "Material Icons Round";
  10. font-weight: normal;
  11. font-style: normal;
  12. font-size: 24px;
  13. line-height: 1;
  14. letter-spacing: normal;
  15. text-transform: none;
  16. display: inline-block;
  17. white-space: nowrap;
  18. word-wrap: normal;
  19. direction: ltr;
  20. -webkit-font-smoothing: antialiased;
  21. -moz-osx-font-smoothing: grayscale;
  22. text-rendering: optimizeLegibility;
  23. font-feature-settings: "liga";
  24. }