أحاول تغيير نمط الأيقونات في منتدى discourse الخاص بي، وأريد التغيير من fontawesome الذي أعتقد أنه ما يستخدمه discourse إلى شيء مثل feather أو hero icons. كيف يمكنني فعل ذلك؟
أهلاً بك!
يعتمد 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> …
5 إعجابات