Sto cercando di cambiare lo stile delle icone nel mio forum Discourse, voglio passare da Font Awesome, che credo sia quello che Discourse utilizza, a qualcosa come Feather o Hero Icons. Come posso farlo?
Ciao, benvenuto!
Discourse si basa esclusivamente sulle icone FontAwesome, ma esiste un modo per sovrascrivere le icone predefinite con una Spritesheet SVG:
You can replace a Discourse’s default SVG icons individually or as a whole with your own custom SVG and override them within a theme or theme component.
Step 1 - Create an SVG Spritesheet
To get started, you must create an SVG Spritesheet. This can contain anything from a single additional custom SVG icon up to an entire replacement set of hundreds.
The spritesheet should be saved as an SVG file. In principle, you are nesting the <svg> tag contents from the original SVG icon file into <symbol> …
5 Mi Piace