2
0

material_symbols_css.py 618 B

12345678910111213141516171819
  1. material_symbols_css = """
  2. @import url('https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@20..48,100..700,0..1,-50..200');
  3. .material-symbols-outlined {
  4. font-family: 'Material Symbols Outlined' !important;
  5. font-weight: normal !important;
  6. font-style: normal !important;
  7. font-size: 24px !important;
  8. line-height: 1 !important;
  9. letter-spacing: normal;
  10. text-transform: none;
  11. white-space: nowrap;
  12. word-wrap: normal;
  13. direction: ltr;
  14. -webkit-font-feature-settings: 'liga';
  15. -webkit-font-smoothing: antialiased;
  16. }
  17. """
  18. # display: inline-block;