Skip to content

Commit 3ec99c3

Browse files
Fix typos and improve clarity in CONTRIBUTING.md
Corrected capitalization of 'Unicode' and improved clarity in instructions for adding icons.
1 parent 7e30659 commit 3ec99c3

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

CONTRIBUTING.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ Many font editing software and web-based tools exist for this purpose. Some of t
186186
3. Import the `icons.ttf` downloaded (in step 1)
187187
4. All icons will be displayed after importing.
188188
4. Import the SVG icon created/downloaded to be added to the Font Family.
189-
5. On the right side, press **enable Show Characters** to view unicode character for that icon.
189+
5. On the right side, press **enable Show Characters** to view the Unicode character for that icon.
190190
6. Copy the newly added icon's Unicode character (required for later steps)
191191
7. Repeat Step 4 and Step 6 until all needed new icons are added.
192192
8. Press the export icon from the top left-hand side.
@@ -195,9 +195,9 @@ Many font editing software and web-based tools exist for this purpose. Some of t
195195

196196
### Adding the Unicode characters to style.css.
197197

198-
1. Open `style.css` file present at https://github.com/Acode-Foundation/Acode/tree/main/src/res/icons
199-
2. Add new class called `.icon.icon-name:before` i.e ```.icon.all_inclusive:before { content: "\ea18"; }```
200-
3. `content` (i.e `ea18` -> `\ea18`) property's value is the Unicode Character copied after importing the icon in the font family.
198+
1. Open the `style.css` file present at https://github.com/Acode-Foundation/Acode/tree/main/src/res/icons
199+
2. Add a new class called `.icon.icon-name:before` e.g ```.icon.all_inclusive:before { content: "\ea18"; }```
200+
3. `content` (i.e., `ea18` -> `\ea18`) property's value is the Unicode Character copied after importing the icon in the font family.
201201
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
202202
5. commit the changes <ins><b>ON A NEW branch</b></ins> (by following: [Commit Messages guide](#commit-messages))
203203

0 commit comments

Comments
 (0)