CSS : use Material Icon as ::marker or ::before for li element not working
I am using the Google's Material Icons. The font is imported like this : <link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Material+Symbols+Rounded&display=block:opsz,wght,FILL,[email protected],100..700,0..1,-50..200" /> and then a css class : .material-symbols-rounded { font-variation-settings: 'FILL' var(--fill-icons), 'wght' 300, 'GRAD' 200 } I have some li elements, and…