material-symbols.css 869 B

12345678910111213141516171819202122232425262728293031323334353637383940
  1. @font-face {
  2. font-family: 'Material Symbols Rounded';
  3. font-style: normal;
  4. font-weight: 400;
  5. font-display: block;
  6. /*
  7. Generated from MaterialSymbolsRounded[FILL,GRAD,opsz,wght].woff2 with specific values:
  8. 'FILL' 1, 'wght' 400, 'GRAD' 0, 'opsz' 20
  9. */
  10. src: url('MaterialSymbolsRoundedSlice.woff2') format('woff2');
  11. }
  12. .material-symbols {
  13. font-family: 'Material Symbols Rounded';
  14. font-weight: normal;
  15. font-style: normal;
  16. font-size: 20px;
  17. font-variation-settings:
  18. 'FILL' 1,
  19. 'wght' 400,
  20. 'GRAD' 0,
  21. 'opsz' 20;
  22. line-height: 1;
  23. letter-spacing: normal;
  24. text-transform: none;
  25. display: inline-block;
  26. white-space: nowrap;
  27. word-wrap: normal;
  28. direction: ltr;
  29. font-feature-settings: 'liga';
  30. -webkit-font-smoothing: antialiased;
  31. &.size-2x {
  32. font-size: 2em;
  33. }
  34. &.rotate-180 {
  35. transform: rotate(180deg);
  36. }
  37. }