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