Skip to content

Commit d95e164

Browse files
committed
updated font
1 parent 4886b16 commit d95e164

File tree

16 files changed

+18852
-40
lines changed

16 files changed

+18852
-40
lines changed

arduino-ide-extension/README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,3 +58,13 @@ The Config Service knows about your system, like for example the default sketch
5858
#### Rebuild gRPC protocol interfaces
5959
- Some CLI updates can bring changes to the gRPC interfaces, as the API might change. gRPC interfaces can be updated running the command
6060
`yarn --cwd arduino-ide-extension generate-protocol`
61+
62+
### Customize Icons
63+
ArduinoIde uses a customized version of FontAwesome.
64+
In order to update/replace icons follow the following steps:
65+
- import the file `arduino-icons.json` in [Icomoon](https://icomoon.io/app/#/projects)
66+
- load it
67+
- edit the icons as needed
68+
- !! download the **new** `arduino-icons.json` file and put it in this repo
69+
- Click on "Generate Font" in Icomoon, then download
70+
- place the updated fonts in the `src/style/fonts` directory

0 commit comments

Comments
 (0)