danielabc
(Daniela)
4. Februar 2023 um 02:17
1
Ich möchte gegen Android-Icons oder Licht-Icons tauschen
Canapin
(Coin-coin le Canapin)
4. Februar 2023 um 13:14
2
Sprechen Sie über Symbole oder Emojis?
Wenn Sie über Emojis sprechen, suchen Sie nach der Einstellung „Emoji-Satz“:
danielabc
(Daniela)
4. Februar 2023 um 15:57
4
Was die Icons angeht, finde ich, dass die Standard-Discourse-Icons zu rustikal sind. Ich möchte sie zu leichteren Icons ändern, die eher denen auf iOS oder Android ähneln
wie diesem
Material Symbols and Icons - Google Fonts
Canapin
(Coin-coin le Canapin)
4. Februar 2023 um 16:21
5
Sie können nicht einfach von Font Awesome zu einem anderen Set wechseln. Sie müssen Ihre neuen Symbole laden und die aktuellen einzeln ersetzen.
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> …