Google Material icons

I’m trying to use icons from Google in a theme (same icons from Daemonite theme). Anyone knows who to replicate it? I tried this: Developer’s guide to Discourse Themes

54

13|690x158

Daemonite imports the icons from Google and uses the old icon renderer to display them with CSS. Below are the key chunks of code you would need to add to a theme component of your main theme. Keep in mind you will probably need to add some additional styling beyond this.

Add to common CSS

Add to common </head>

5 Likes

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.