|
23 | 23 |
|
24 | 24 | public enum SymbolType implements CssType { |
25 | 25 |
|
26 | | - OUTLINED( "material-symbols-outlined", "https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,[email protected],100..700,0..1,-50..200"), |
27 | | - ROUNDED( "material-symbols-rounded", "https://fonts.googleapis.com/css2?family=Material+Symbols+Rounded:opsz,wght,FILL,[email protected],100..700,0..1,-50..200"), |
28 | | - SHARP( "material-symbols-sharp", "https://fonts.googleapis.com/css2?family=Material+Symbols+Sharp:opsz,wght,FILL,[email protected],100..700,0..1,-50..200"); |
| 26 | + OUTLINED( "material-symbols-outlined", "https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,[email protected],100..700,0..1,-50..200&display=block"), |
| 27 | + ROUNDED( "material-symbols-rounded", "https://fonts.googleapis.com/css2?family=Material+Symbols+Rounded:opsz,wght,FILL,[email protected],100..700,0..1,-50..200&display=block"), |
| 28 | + SHARP( "material-symbols-sharp", "https://fonts.googleapis.com/css2?family=Material+Symbols+Sharp:opsz,wght,FILL,[email protected],100..700,0..1,-50..200&display=block"); |
29 | 29 |
|
30 | 30 | protected String name; |
31 | 31 | protected String cssLink; |
|
0 commit comments