Can anyone explain how the icons in this specific structure function?
<span class="material-icons">
accessibility_new
</span>
I've been exploring the Material Icons repository in an attempt to comprehend how the icon is displayed based on the HTML content, but I'm struggling to figure it out.
My guess is that it has something to do with the font files, however, when I try to open them in Font Forge, nothing seems to load.
EDIT: I am already familiar with using Material Icons themselves, but what I'm trying to grasp is how to replicate this feature with my own custom icon font.