round.css 670 B

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