I’m having some thoughts around a site I’m building. I’m using a range of Google’s Material Symbols on the site and I’d like the client to easily add their own against new collection items to represent different facilities of their hotel rooms.
Initially I started to use the Google icon font. That way, the client can enter the icon name into a text field and I can display it automatically, great! But I need two weights and it works out at 600kb which feels like a lot.
Is there another way? I know FontAwesome has automatic subsetting but I was wondering if anyone knew a free way that this could be implemented.
Other options are of course to have the client upload the relevant icon each time or me provide a list of URLs to SVGs that they can input I suppose.