I want to exchange for android icons Or by light icons
Canapin
(Coin-coin le Canapin)
2023 年2 月 4 日 13:14
2
Are you talking about icons or emojis?
If you are talking about emojis, look for the “emoji set” setting:
About the icons, I think the standard Discourse icons are too rustic, I want to change them to lighter icons or more similar to those on iOS or Android
like this
Material Symbols and Icons - Google Fonts
Canapin
(Coin-coin le Canapin)
2023 年2 月 4 日 16:21
5
You can’t just swap from font-awesome to another set, you’ll need to load your new icons and replace the current ones one by one.
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 <symbo…