Skip to content

Commit 302fb7b

Browse files
fstasiAlberto Iannaccone
and
Alberto Iannaccone
authored
[ATL-1533] Firmware&Certificate Uploader (#469)
Co-authored-by: Alberto Iannaccone <a.iannaccone@arduino.cc>
1 parent 6233e1f commit 302fb7b

37 files changed

+20276
-19
lines changed

arduino-ide-extension/README.md

+10
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)