Skip to content

Commit 2d72ef6

Browse files
update FontAwesome icons
1 parent ba02409 commit 2d72ef6

File tree

5 files changed

+25
-5
lines changed

5 files changed

+25
-5
lines changed

Diff for: arduino-ide-extension/arduino-icons.json

+1-1
Large diffs are not rendered by default.

Diff for: arduino-ide-extension/src/browser/style/fonts.css

+18-3
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
@font-face {
22
font-family: 'FontAwesome';
33
src:
4-
url('fonts/FontAwesome.ttf?ykyvxr') format('truetype'),
5-
url('fonts/FontAwesome.woff?ykyvxr') format('woff'),
6-
url('fonts/FontAwesome.svg?ykyvxr#FontAwesome') format('svg');
4+
url('fonts/FontAwesome.ttf?gerwt4') format('truetype'),
5+
url('fonts/FontAwesome.woff?gerwt4') format('woff'),
6+
url('fonts/FontAwesome.svg?gerwt4#FontAwesome') format('svg');
77
font-weight: normal;
88
font-style: normal;
99
font-display: block;
@@ -24,6 +24,21 @@
2424
-moz-osx-font-smoothing: grayscale;
2525
}
2626

27+
.fa-arduino-verify:before {
28+
content: "\e90b";
29+
}
30+
.fa-arduino-upload:before {
31+
content: "\e90c";
32+
}
33+
.fa-arduino-monitor:before {
34+
content: "\e90d";
35+
}
36+
.fa-arduino-sketch-tabs-menu:before {
37+
content: "\e90e";
38+
}
39+
.fa-arduino-plotter:before {
40+
content: "\e90f";
41+
}
2742
.fa-fa-check:before {
2843
content: "\e90a";
2944
}

Diff for: arduino-ide-extension/src/browser/style/fonts/FontAwesome.svg

+6-1
Loading
700 Bytes
Binary file not shown.
700 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)