Skip to content

Commit 661b6d2

Browse files
Update CONTRIBUTING.md
Co-authored-by: greptile-apps[bot] <165735046+greptile-apps[bot]@users.noreply.github.com>
1 parent 9d49840 commit 661b6d2

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

CONTRIBUTING.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,11 @@ Many font editing software and web-based tools exist for this purpose. Some of t
198198
1. Open the `style.css` file present at https://github.com/Acode-Foundation/Acode/tree/main/src/res/icons
199199
2. Add a new class called `.icon.icon-name:before` e.g ```.icon.all_inclusive:before { content: "\ea18"; }```
200200
3. `content` (i.e., `ea18` -> `\ea18`) property's value is the Unicode Character copied after importing the icon in the font family.
201-
4. Save the file, extract the zip file (downloaded), from the fonts folder, rename `code-editor-icon.ttf` to `icons.ttf`, copy & paste the `icons.ttf` onto https://github.com/Acode-Foundation/Acode/tree/main/src/res/icons
201+
4. Save the `style.css` file.
202+
5. Extract the downloaded zip file; navigate to the `fonts` folder inside it.
203+
6. Rename `code-editor-icon.ttf` to `icons.ttf`.
204+
7. Copy & paste the renamed `icons.ttf` into https://github.com/Acode-Foundation/Acode/tree/main/src/res/icons
205+
8. Commit the changes **ON A NEW branch** (by following: [Commit Messages guide](#commit-messages))
202206
5. commit the changes **ON A NEW branch** (by following: [Commit Messages guide](#commit-messages))
203207

204208
## 🔌 Plugin Development

0 commit comments

Comments
 (0)