I’ve dealt with Material icons, here is a guide:
- Open material-icons-font/font at master · material-icons/material-icons-font (github.com) and download required fonts.
- Download required css styles from here: material-icons-font/css at master · material-icons/material-icons-font (github.com).
- Use my script to generate a JSON file for WeWeb.
- Inside CSS: remove
font-size:
property from.material-icons
class and remove../fonts
fromurl()
attributes, leave just a filename. - Inside JSON: remove non-icon classes (like
.md-48
, leave only those who contain:after {content}
in your css. Then use a notepad (++) to replace all"md-
to"material-icons md-
. - Upload css, json and font files to your weweb
files
section. - Follow the guide above to install an iconset.
You’ll get a working iconset, which resizes and can be recolored.