Я пытаюсь изменить стиль иконок на своём форуме Discourse. Хочу заменить FontAwesome (полагаю, что Discourse использует именно его) на что-то вроде Feather или Heroicons. Как это сделать?
Привет, добро пожаловать!
Discourse использует только иконки FontAwesome, но есть способ заменить иконки по умолчанию на 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> …